Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Lonsdale201/wp-agent-skills --skill wcm-data-model-subscriptions-linkgit clone --depth 1 https://github.com/Lonsdale201/wp-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lonsdale201/wp-agent-skills/wcm-data-model-subscriptions-link)<a href="https://agentmods.dev/skills/lonsdale201/wp-agent-skills/wcm-data-model-subscriptions-link"><img src="https://agentmods.dev/badge/skills/lonsdale201/wp-agent-skills/wcm-data-model-subscriptions-link/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lonsdale201/wp-agent-skills/wcm-data-model-subscriptions-link"><img src="https://agentmods.dev/badge/skills/lonsdale201/wp-agent-skills/wcm-data-model-subscriptions-link.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00130 | $0.03068 |
| Opus 5 | $0.00065 | $0.01534 |
| Sonnet 5 | $0.00026 | $0.00614 |
| Haiku 4.5 | $0.00013 | $0.00307 |
Grade A, and why
wcm-data-model-subscriptions-link scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 227 lines — stays where its author put it; the contents beside it link to each section on GitHub.
WooCommerce Memberships: data model and Subscriptions link
Use this when an integration needs exact storage names. Prefer Memberships public APIs and objects for writes; use these keys for audits, migrations, import/export mapping, and low-level debugging.
Core storage
| Entity | Storage | Name/key | Notes |
|---|---|---|---|
| Membership plan | CPT | wc_membership_plan |
Registered by WC_Memberships_Post_Types. Not public, UI under WooCommerce when possible. |
| User membership | CPT | wc_user_membership |
One post per user-plan membership. Not public. |
| Plan relation | WP post field | wc_user_membership.post_parent |
This is the plan ID. Do not invent _member_plan_id; the installed plugin uses post_parent. |
| Member relation | WP post field | wc_user_membership.post_author |
This is the member/user ID. |
| Subscription | WC order type | shop_subscription |
From WooCommerce Subscriptions; use wcs_get_subscription(). |
| Membership rules | Option | wc_memberships_rules |
Stores serialized rule arrays for all plans. Rules are not CPTs. |
| Profile field definitions | Option | wc_memberships_profile_fields |
Definition data keyed by profile field slug. |
| Profile field values | User meta | _wc_memberships_profile_field_{slug} |
Stored by Profile_Field\User_Meta. |
| Order grant marker | WC order meta | _wc_memberships_access_granted |
Array keyed by user membership ID, with already_granted, granting_order_status, and related details. |
Membership statuses
WP post statuses use the wcm- prefix. Object methods usually accept/return unprefixed slugs.
| WP status | Object status | Meaning |
|---|---|---|
wcm-active |
active |
Active access. |
wcm-delayed |
delayed |
Membership exists but access starts later. |
wcm-complimentary |
complimentary |
Admin/complimentary access. |
wcm-free_trial |
free_trial |
Added by the Subscriptions integration when a linked subscription is in trial. |
wcm-paused |
paused |
Paused membership. |
wcm-expired |
expired |
Expired membership. |
wcm-cancelled |
cancelled |
Cancelled membership. |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · -1 lines 16038b7fc080
- 9d ago First seen · 228 lines · 130 tokens per session scan A 9228aa2c89f0
wcm-data-model-subscriptions-link is a skill published in the GitHub repository Lonsdale201/wp-agent-skills (22 stars, last pushed 2d ago), licensed MIT. It adds 130 tokens to every session and 3,068 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
commerce-app-business-config
Manage custom business configuration in an Adobe Commerce app. Use when the user wants to add, modify, or remove merchant-configurable settings (config fields, admin config, store configuration) exposed through Commerce Admin. Creates typed config fields (text, password, email, url, tel, boolean, list) in…
muapi-amazon-product-listing
Generate a complete Amazon product listing image set — hero image, lifestyle shot, infographic with features, and comparison/detail closeups optimized for Amazon standards.
muapi-multi-angle-shots
Generate a complete set of multi-angle product shots — front, side, back, top-down, and 45-degree perspective — for comprehensive product visualization.
menu-engineer
Optimize menu pricing, placement, and item mix to maximize profitability. Uses menu engineering frameworks to analyze item performance by popularity and margin, then recommends pricing tweaks, repositioning, and removals.
price-scout
Track and compare supplier prices across multiple vendors to reduce COGS. Monitors price changes, identifies savings opportunities, calculates total cost of ownership (including delivery fees and minimums), and generates renegotiation briefs.
table-manager
Optimize table turns, manage reservations, and reduce wait times to maximize revenue per seat. Handles booking intake, table assignment strategy, waitlist management, and provides actionable insights for seating efficiency.