Install
$ agentstack add skill-plato-corp-skills-ingest ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Ingest — integrate a source into the wiki
Take one source from raw/ and compile it into the wiki: summary page, entity/concept updates, cross-references, index, log.
Usage
/tiro:ingest [file path, URL, or description]
If no argument is given, look for files added to raw/ in the last 24 hours and let the user pick.
Workflow
- Locate the source. If it's a URL, fetch it and save a markdown copy into the right
raw/subfolder first —raw/is the source of truth, the wiki never links to content that could disappear. - Read it fully. PDFs: extract text. Images: view them separately after the text pass.
- Discuss briefly. Show the user a 3–5 line summary and ask what matters most to them about it. Their angle belongs in the wiki; a summary without their context is just compression.
- Write the source page in
wiki/sources/:
- Filename: lowercase-english-with-hyphens.
- Frontmatter must include
source_path(back-reference to the raw file), plus title, type, date, tags per the wiki's schema. - Sections: core summary, key points, connections, notable quotes (short, attributed).
- Update the graph. Read
index.mdto see what exists, then:
- Update or create entity pages for people/orgs the source discusses.
- Update or create concept pages for ideas it introduces.
- Update topic pages it bears on.
- A single source typically touches 5–15 pages. That's the point — this is where compounding happens.
- Cross-reference both ways. New page links to existing pages; existing pages get back-links. If the source contradicts something already in the wiki, record the contradiction explicitly on both pages — do not silently overwrite.
- Index, log, overview. Add new pages to
index.md, append a log entry (## [YYYY-MM-DD] ingest | Titlewith created/modified page lists), refreshoverview.mdcounts. - Report. List every file touched. Offer to commit if the wiki is a git repo.
Quality bar
- At least 2 cross-connections per source — actively hunt for them.
- Contradictions and surprises are the most valuable things to record; never smooth them over.
- Follow the wiki's schema file (CLAUDE.md / AGENTS.md) for language and formatting rules; it wins over this skill on any conflict.
Batch mode
For many sources at once: create source pages in parallel if you use subagents, but never let two writers touch shared files (index.md, log.md, entity/concept/topic pages). Merge those sequentially at the end.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: plato-corp
- Source: plato-corp/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.