Content
# weaver-skill
OpenClaw Skill — E9 Interface Integration.
**Pure Python CLI Tool, Zero External Dependencies, Zero MCP.**
## File Structure
```
weaver-skill/
├── SKILL.md # Skill Definition
├── README.md
└── scripts/
├── weaver.py # CLI Main Program (Python 3, Standard Library + OpenSSL)
└── quick-test.sh # Quick Connection Test
```
## Usage
```bash
export WEAVER_BASE_URL=http://192.168.1.100
export WEAVER_APP_ID=your-app-id
# Query Workflow
python3 scripts/weaver.py workflow-list --user-id 1
# Approve
python3 scripts/weaver.py workflow-approve \
--user-id 1 --request-id "456" --approve --opinion "Approve"
```
## License
Apache-2.0
Connection Info
You Might Also Like
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...
AppClaw
AI-powered mobile automation agent — describe what you want in plain...
pdf-mcp
Production-ready MCP server for PDF processing with intelligent caching....
kotadb
Local-only code intelligence API for AI developer workflows (Bun +...
gemini-api-docs-mcp
A remote HTTP MCP server for searching Google Gemini API documentation.