Favicon of siyuan

siyuan Skill

AI Agent SkillPythonOpen source

SiYuan Note API for searching, reading, creating, and managing blocks and documents in a self-hosted knowledge base via curl. Published by NousResearch in hermes-agent.

What is siyuan Skill?

SiYuan Note API for searching, reading, creating, and managing blocks and documents in a self-hosted knowledge base via curl. 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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Deployment
  • Data analysis
  • Research
  • Deployment use cases
  • Data analysis use cases

Technical details

Copy skill directory
  • 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

PythonCopy skill directory

Editorial notes

Source

  • Creator: NousResearch
  • Repository: NousResearch/hermes-agent
  • Skill file: optional-skills/productivity/siyuan/SKILL.md

What it does

SiYuan Note API for searching, reading, creating, and managing blocks and documents in a self-hosted knowledge base via curl.

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

Explore related resources

Frequently asked questions

What is siyuan?

siyuan is a open-source AI agent skill with Copy skill directory. SiYuan Note API for searching, reading, creating, and managing blocks and documents in a self-hosted knowledge base via curl.

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.

Share:

Stars
214,436
Forks
39,858
Last commit
9 days ago
Repository age
1 year
License
MIT

Auto-fetched from GitHub.

Similar to siyuan