siyuan Skill
Query and edit a SiYuan knowledge base via its API. Published by NousResearch in hermes-agent.
Decision snapshot
Is this a fit?
Deployment, Data analysis, Research, Includes SKILL.md
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
29 days ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is siyuan Skill?
Query and edit a SiYuan knowledge base via its API. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Data analysis
- Research
- Deployment use cases
- Data analysis use cases
Declared skill metadata
- Declared author: FEUAZUR
- Declared license: MIT
- Source file: optional-skills/productivity/siyuan/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use siyuan Skill
- Use it for deployment.
- Use it for data analysis.
- Use it for research.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: optional-skills/productivity/siyuan/SKILL.md
What it does
Query and edit a SiYuan knowledge base via its API.
Skill instructions
SiYuan Note API Use the SiYuan kernel API via curl to search, read, create, update, and delete blocks and documents in a self-hosted knowledge base. No extra tools needed -- just curl and an API token. Prerequisites 1. Install and run SiYuan (desktop or Docker) 2. Get your API token: Settings About API token 3. Store it in ${HERMESHOME:-~/.hermes}/.env: SIYUANTOKEN=yourtokenhere SIYUANURL=http://127.0.0.1:6806 SIYUANURL defaults to http://127.0.0.1:6806 if not set. API Basics All SiYuan API calls are POST with JSON body. Every request follows this pattern: bash curl -s -X POST "${SIYUANURL:-http://127.0.0.1:6806}/api/..." \ -H "Authorization: Token $SIYUANTOKEN" \ -H "Content-Type: application/json" \ -d '{"param": "value"}' Responses are JSON with this structure: json {"code": 0, "msg": "", "data": { ... }} code: 0 means success. Any other value is an error -- check msg for details. ID format: SiYuan IDs look like 20210808180117-6v0mkxr (14-digit timestamp + 7 alphanumeric chars). Qui
Verified compatibility and discovery
Frequently asked questions
What is siyuan?
siyuan is a open-source AI agent skill with Copy skill directory. Query and edit a SiYuan knowledge base via its API.
Who is siyuan best for?
siyuan is best for reusing agent instructions, scripts, and references, deployment workflows, data analysis workflows, research workflows.
How do I install siyuan?
Install or run siyuan using Copy skill directory. Check siyuan for the latest setup command.
Is siyuan actively maintained?
siyuan may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.