Skip to content

Lingtai-AI/lingtai-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lingtai-skill

The canonical skill describing how to interact with a LingTai agent network through the shared human mailbox.

This is a single Markdown file at skills/lingtai/SKILL.md documenting the filesystem mailbox protocol — reading and sending mail, agent discovery, liveness checks, lifecycle management, and signal files. The protocol is pure filesystem; no SDK, no API, no dependencies.

Who this is for

Coding agents that can read and write files. The skill is consumed by:

Manual install

For agents without a dedicated wrapper plugin:

git clone https://github.com/Lingtai-AI/lingtai-skill.git
cp -r lingtai-skill/skills/lingtai <your-tool's-skill-dir>/

For example:

  • OpenCode: ~/.config/opencode/skills/lingtai/
  • A tool that reads AGENTS.md: cat lingtai-skill/skills/lingtai/SKILL.md >> AGENTS.md

Why this lives in its own repo

The skill describes a protocol, not a tool. Both the Claude Code plugin and the Codex CLI plugin consume the same SKILL.md verbatim — keeping it here means there is exactly one source of truth, and the host-specific plugin repos own only their host-specific glue (hooks, manifests, install scripts).

Requirements

  • A running LingTai project (.lingtai/ directory with agents)
  • File read/write access
  • Python 3 (for UUID generation and liveness checks)

License

Apache-2.0

About

Universal skill for interacting with LingTai agent networks — works with OpenCode, Codex CLI, Hermes, OpenClaw, and any coding agent with file access

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors