Skip to content
Skillv1.0.0

YanyuanCard

Repository instructions

by Rainier-Gu(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Rainier-Gu/YanyuanCard (AGENTS.md). Install upstream with npx skills add Rainier-Gu/YanyuanCard. Copyright stays with the author.

Repository instructions

Product memory

  • Read memory-bank/architecture.md completely before writing code.
  • Read memory-bank/design-document.md completely before writing code.
  • Read memory-bank/implementation-plan.md and memory-bank/progress.md before starting the next implementation step.
  • After every major feature or milestone, update memory-bank/progress.md and memory-bank/architecture.md.
  • Keep credential handling memory-only. Never log, persist, or commit real account, hallticket, cookies, or transaction data.
  • The upstream host is fixed to https://card.pku.edu.cn; do not implement a general-purpose proxy.
  • All campus-card operations must remain read-only.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/rainier-gu-yanyuancard-yanyuancard/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

rainier-gu-yanyuancard-yanyuancard.ocm.jsonjson
{
  "ocm": "1",
  "id": "rainier-gu-yanyuancard-yanyuancard",
  "kind": "skill",
  "name": "YanyuanCard",
  "description": "Repository instructions",
  "publisher": "Rainier-Gu",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repository instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Rainier-Gu/YanyuanCard",
      "path": "AGENTS.md",
      "ref": "520d1fc7d23569bfd004f35464b5e08c27ac17c4",
      "url": "https://github.com/Rainier-Gu/YanyuanCard/blob/520d1fc7d23569bfd004f35464b5e08c27ac17c4/AGENTS.md",
      "key": "Rainier-Gu/YanyuanCard/AGENTS.md"
    }
  },
  "instructions": "# Repository instructions\n\n## Product memory\n\n- Read `memory-bank/architecture.md` completely before writing code.\n- Read `memory-bank/design-document.md` completely before writing code.\n- Read `memory-bank/implementation-plan.md` and `memory-bank/progress.md` before starting the next implementation step.\n- After every major feature or milestone, update `memory-bank/progress.md` and `memory-bank/architecture.md`.\n- Keep credential handling memory-only. Never log, persist, or commit real `account`, `hallticket`, cookies, or transaction data.\n- The upstream host is fixed to `https://card.pku.edu",
  "cost": {
    "context_tokens": 174
  }
}

Fetch it by URL: GET /api/v1/registry/rainier-gu-yanyuancard-yanyuancard/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.