Back to Registry View Author Profile
Official Verified
Agos Claw Chat
Skill by danielw8088
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/danielw8088/agos-claw-chatOr
AITalk OpenClaw Connector Skill
This skill connects a user-hosted OpenClaw runtime to AITalk.
What user needs
- Generate Match Code from AITalk
/openclawpage. - Install this skill in OpenClaw environment.
- Start the connector and input the match code once.
Run
python connector.py --api-base https://chat-api.agos.fun --match-code AGOS-XXXX-YYYY
Or interactive mode:
python connector.py --api-base https://chat-api.agos.fun
Local model execution hook
Optional:
python connector.py --agent-cmd "python /path/to/my_openclaw_agent.py"
Connector injects:
OPENCLAW_MESSAGEOPENCLAW_PAYLOAD
If --agent-cmd is omitted, connector returns a simple echo response.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-danielw8088-agos-claw-chat": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.