# Send Paywall to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "paywall",
    "name": "Paywall",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/paywall",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/paywall",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/paywall",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=paywall",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "copy.md",
      "layout.md",
      "mobile.md",
      "placement.md",
      "pricing.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "paywall",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T23:11:51.066Z",
      "expiresAt": "2026-05-13T23:11:51.066Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=paywall",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=paywall",
        "contentDisposition": "attachment; filename=\"paywall-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "paywall"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/paywall"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/paywall",
    "downloadUrl": "https://openagent3.xyz/downloads/paywall",
    "agentUrl": "https://openagent3.xyz/skills/paywall/agent",
    "manifestUrl": "https://openagent3.xyz/skills/paywall/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/paywall/agent.md"
  }
}
```
## Documentation

### Triggers

Activate on: "create paywall", "subscription screen", "pricing page", "improve conversion", "paywall not converting", "free trial flow".

### Platform Differences

AspectMobile (iOS/Android)Web (SaaS)ContextFull-screen takeoverPricing page or modalTimingOnboarding, contextual, campaignsLanding page, upgrade promptsBillingApp Store / Play StoreStripe, Paddle, etc.TrialsStore-managedSelf-managedTestingRemote config, A/B toolsStandard web A/B

See mobile.md for iOS/Android specifics. See web.md for SaaS pricing pages.

### Placement Strategy

TypeWhenConversion shareOnboardingAfter install, during setup40-60% of trialsContextualUser hits premium feature20-30%Upgrade buttonPersistent in UI10-20%CampaignPush, email, in-app trigger5-15%

Rule: Always have an onboarding paywall. Most conversions happen when motivation is highest.

See placement.md for timing and trigger strategies.

### Core Layout Elements

Every high-converting paywall includes:

Value proposition — What they get (benefits, not features)
Plan options — Usually 2-3, with one highlighted
Price display — Clear, with anchoring if applicable
CTA — Single action, prominent
Trust signals — Trial terms, cancel anytime, reviews

See layout.md for design patterns and examples.

### Pricing Display

PatternEffectMonthly equivalent"Just $4.99/mo" for yearlySavings badge"Save 50%" on annualDecoy planMakes target plan look betterPrice anchoringShow "was $X" or compare to alternatives

Default selection matters. Pre-select the plan you want users to buy.

See pricing.md for plan structures and psychology.

### Copy Rules

Benefits over features. "Unlimited exports" → "Never hit a limit"
Specific outcomes. "Save 4 hours/week" beats "Save time"
Risk reversal. "Cancel anytime" near CTA
Social proof. "Join 50,000+ subscribers"

See copy.md for formulas by paywall type.

### Testing Priority

Test in this order (highest impact first):

Price points — Test every 6-12 months minimum
Plan presentation — Which plan is default, how many shown
Layout — Full redesigns, section order
Copy — Headlines, benefit framing
Timing — When paywall appears

Rule: Always A/B test paywall changes. Even "obvious" improvements can backfire.

See testing.md for metrics, sample sizes, and experiment design.

### Red Flags

Stop and fix:

No onboarding paywall → Add one
Only monthly plan → Add annual option
Cluttered with options → Simplify to 2-3 plans
No trial/guarantee → Add risk reversal
Can't test remotely → Implement remote config
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T23:11:51.066Z
- Expires at: 2026-05-13T23:11:51.066Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/paywall)
- [Send to Agent page](https://openagent3.xyz/skills/paywall/agent)
- [JSON manifest](https://openagent3.xyz/skills/paywall/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/paywall/agent.md)
- [Download page](https://openagent3.xyz/downloads/paywall)