Skip to content
Skillv1.0.0

PfundStatas

Agent Notes

by Euclid-Jie(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from Euclid-Jie/PfundStatas (AGENTS.md). Install upstream with npx skills add Euclid-Jie/PfundStatas. Copyright stays with the author.

Agent Notes

  • This repo is a local Flask + SQLite dashboard for filing data.
  • update_data.py syncs source data into SQLite.
  • app.py serves the UI and JSON APIs on port 5002 by default.
  • The frontend calls /api/*; avoid adding new generated JSON dependencies.
  • records.manager_scale comes from 量化私募管理人列表.管理规模 during update_data.py sync.
  • Keep scale_50_plus=1 consistent across dashboard, records, and Excel export; it means exactly 100亿元以上 or 50-100亿元.
  • Do not reintroduce email/submodule automation.

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/euclid-jie-pfundstatas-pfundstatas/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.

euclid-jie-pfundstatas-pfundstatas.ocm.jsonjson
{
  "ocm": "1",
  "id": "euclid-jie-pfundstatas-pfundstatas",
  "kind": "skill",
  "name": "PfundStatas",
  "description": "Agent Notes",
  "publisher": "Euclid-Jie",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Notes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Euclid-Jie/PfundStatas",
      "path": "AGENTS.md",
      "ref": "399086bfa076fc6c293bb272d01abbd1cde20a43",
      "url": "https://github.com/Euclid-Jie/PfundStatas/blob/399086bfa076fc6c293bb272d01abbd1cde20a43/AGENTS.md",
      "key": "Euclid-Jie/PfundStatas/AGENTS.md"
    }
  },
  "instructions": "# Agent Notes\n\n- This repo is a local Flask + SQLite dashboard for filing data.\n- `update_data.py` syncs source data into SQLite.\n- `app.py` serves the UI and JSON APIs on port 5002 by default.\n- The frontend calls `/api/*`; avoid adding new generated JSON dependencies.\n- `records.manager_scale` comes from `量化私募管理人列表.管理规模` during `update_data.py` sync.\n- Keep `scale_50_plus=1` consistent across dashboard, records, and Excel export; it means exactly `100亿元以上` or `50-100亿元`.\n- Do not reintroduce email/submodule automation.",
  "cost": {
    "context_tokens": 131
  }
}

Fetch it by URL: GET /api/v1/registry/euclid-jie-pfundstatas-pfundstatas/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.