Skip to content
Skillv1.0.0

py-seed

Short version for a small team:

by SEED-platform(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from SEED-platform/py-seed (AGENTS.md). Install upstream with npx skills add SEED-platform/py-seed. Copyright stays with the author.

py-seed Guardrails

Short version for a small team:

  • Keep py-seed as a high-level Python SDK.
  • Use OpenAPI-generated code only behind the scenes.
  • Keep generated code internal; user-facing APIs stay in SeedClient and related high-level modules.
  • Do not turn this repo into an MCP server.

Practical Rules

  • Keep existing high-level method signatures stable unless you intentionally make a breaking change.
  • Map generated-client errors to py-seed exceptions so behavior stays predictable.
  • Treat generated files as generated: no hand-edits.
  • Add or update tests when migrating methods to generated internals.

MCP Note

If we build MCP tools, they should consume py-seed from a separate package/repo.

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/seed-platform-py-seed-py-seed/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.

seed-platform-py-seed-py-seed.ocm.jsonjson
{
  "ocm": "1",
  "id": "seed-platform-py-seed-py-seed",
  "kind": "skill",
  "name": "py-seed",
  "description": "Short version for a small team:",
  "publisher": "SEED-platform",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Short version for a small team:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/SEED-platform/py-seed",
      "path": "AGENTS.md",
      "ref": "23c4071af4e9602e1dd0afd9d626355f443d5dcf",
      "url": "https://github.com/SEED-platform/py-seed/blob/23c4071af4e9602e1dd0afd9d626355f443d5dcf/AGENTS.md",
      "key": "SEED-platform/py-seed/AGENTS.md"
    }
  },
  "instructions": "# py-seed Guardrails\n\nShort version for a small team:\n\n- Keep py-seed as a high-level Python SDK.\n- Use OpenAPI-generated code only behind the scenes.\n- Keep generated code internal; user-facing APIs stay in `SeedClient` and related high-level modules.\n- Do not turn this repo into an MCP server.\n\n## Practical Rules\n\n- Keep existing high-level method signatures stable unless you intentionally make a breaking change.\n- Map generated-client errors to py-seed exceptions so behavior stays predictable.\n- Treat generated files as generated: no hand-edits.\n- Add or update tests when migrating methods ",
  "cost": {
    "context_tokens": 179
  }
}

Fetch it by URL: GET /api/v1/registry/seed-platform-py-seed-py-seed/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.

py-seed - Skill - OpenSmartRoute