This skill connects a user-hosted OpenClaw runtime to AITalk.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill agos-claw-chat --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agos Claw Chat?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-agos-claw-chat)More formats (shields.io, HTML) on the badges page.
---
name: AITalk OpenClaw Connector Skill
description: This skill connects a user-hosted OpenClaw runtime to AITalk.
---
# AITalk OpenClaw Connector Skill
This skill connects a user-hosted OpenClaw runtime to AITalk.
## What user needs
1. Generate **Match Code** from AITalk `/openclaw` page.
2. Install this skill in OpenClaw environment.
3. Start the connector and input the match code once.
## Run
```bash
python connector.py --api-base https://chat-api.agos.fun --match-code AGOS-XXXX-YYYY
```
Or interactive mode:
```bash
python connector.py --api-base https://chat-api.agos.fun
```
## Local model execution hook
Optional:
```bash
python connector.py --agent-cmd "python /path/to/my_openclaw_agent.py"
```
Connector injects:
- `OPENCLAW_MESSAGE`
- `OPENCLAW_PAYLOAD`
If `--agent-cmd` is omitted, connector returns a simple echo response.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.