HomeBrowseUpload
← Back to registry
// Skill profile

AITalk OpenClaw Connector Skill

This skill connects a user-hosted OpenClaw runtime to AITalk.

by danielw8088 · published 2026-03-22

API集成
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:danielw8088/danielw8088-agos-claw-chat
View on GitHub
// Full documentation

# 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

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_MESSAGE`
  • `OPENCLAW_PAYLOAD`
  • If `--agent-cmd` is omitted, connector returns a simple echo response.

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band