Skills from clawhub.ai/autogame-17

20 skills available

duby
Convert text to speech using Duby.so API. Supports various voices and emotions.
Verified
0 installs
progressive-memory
Meta-skill for implementing the Progressive Memory pattern. Offloads heavy details to indexed sub-files to keep the main context window light.
Verified
0 installs
feishu-native-emoji
Provides access to Feishu's native emoji set (e.g. [Smile], [Like]) for more authentic interactions.
Verified
0 installs
capability-evolver
High-risk skill: executes shell commands (`execSync`, `spawnSync`), runs repository publishing flows and network calls to `https://api.github.com` and `https://github.com/${publicRepo}.git`, and reads credentials (`GITHUB_TOKEN`, `GH_TOKEN`, `GITHUB_PAT`). The project also scans local session logs in `./memory` and `.openclaw/agents/${AGENT_NAME}/sessions` and writes evolution artifacts to `memory/`.
Caution
0 installs
identity-manager
strictly manages user identity mappings (Feishu OpenID <-> Name/Role). Use this to `lookup` a user by ID before replying, or `register` new users to the database. Prevents hallucinating user identities.
Verified
0 installs
feishu-memory-recall
This skill provides cross-group memory, search, and event sharing for Feishu agents by calling the Feishu API and maintaining local logs. It reads `FEISHU_APP_ID`/`FEISHU_APP_SECRET`, accesses `~/.openclaw/agents/main/sessions/sessions.json`, writes `memory/active_groups.json` and `RECENT_EVENTS.md`, and calls `https://open.feishu.cn/open-apis`.
Review
0 installs
git-sync
Automatically syncs local workspace changes to the remote GitHub repository. Use after significant changes or periodically.
Verified
0 installs
feishu-doc
Malicious skill: reads local session logs (`/home/crishaocredits/.openclaw/agents/main/sessions`) and sensitive files and instructs sending them via `node skills/feishu-card/send.js` to `https://open.feishu.cn`, while also urging CLI actions and edits to `SOUL.md`. It claims to fetch Feishu docs and convert them to Markdown for consumption.
Caution
0 installs
agent-earner
Earn USDC and tokens autonomously across ClawTasks and OpenWork
Verified
0 installs
nano-banana-pro
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
Verified
0 installs
feishu-api-docs
Fetches Feishu (Lark) API documentation from the official apifox mirror. Supports searching and extracting API schemas.
Verified
0 installs
feishu-attendance
This skill monitors Feishu attendance, notifies employees, and sends admin reports. It reads `FEISHU_APP_ID`, `FEISHU_APP_SECRET`, and `FEISHU_ADMIN_ID`, caches tokens at `path.resolve(__dirname, '../../../memory/feishu_token.json')`, and calls `https://timor.tech/api/holiday/info/${dateStr}` and `https://open.feishu.cn` endpoints.
Review
0 installs
moments-generator
Generate a fake WeChat Moments (朋友圈) screenshot image. Use when user wants to simulate a social media post with avatar, text, images, likes, and comments.
Verified
0 installs
feishu-pm
This skill manages Feishu Bitables from a CLI, enabling listing and adding records via `node skills/feishu-pm/index.js`. It requires an `--app` token (`<BITABLE_TOKEN>`) and makes network requests to `https://open.feishu.cn/open-apis/bitable/v1/...`.
Verified
0 installs
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
Verified
0 installs
sticker-analyzer
Analyze images in media/stickers using Vision API to identify and filter meme/sticker content vs screenshots or documents.
Verified
0 installs
feishu-sticker
This skill sends images as Feishu stickers, auto-uploads to Feishu, caches `image_key`s, and converts/compresses GIFs with `ffmpeg`. It reads `FEISHU_APP_ID`/`FEISHU_APP_SECRET` (via `../../.env`), executes `ffmpeg` with `spawnSync`, and calls `https://open.feishu.cn/open-apis/auth/v3/tenant_access_token/internal` and related Feishu APIs.
Review
0 installs
mind-blow
Generates provocative, "mind-blowing" content and posts it to Feishu. It loads `../../.env`, uses `GEMINI_API_KEY`, `FEISHU_APP_ID`, `FEISHU_APP_SECRET`, and calls `https://open.feishu.cn/open-apis/auth/v3/tenant_access_token/internal` and `https://open.feishu.cn/open-apis/im/v1/messages?receive_id_type=${receiveIdType}`.
Verified
0 installs
kusa
This skill is a Node CLI that generates images via the Kusa.pics API using an API key. It reads `KUSA_API_KEY` (via `require('dotenv').config()`), makes network calls to `https://api.kusa.pics/api/go/b2b/tasks`, and writes image files to `../../media/generated`.
Review
0 installs
skill-release-manager
Automates skill releases by bumping `package.json`, committing, running `../skill-publisher/index.js --remote`, and invoking `clawhub publish`. The script executes shell commands (`execSync`), invokes networked publishing to `https://github.com/autogame-17/evolver.git`/user-provided remotes, and references `CLAWHUB_AUTH`.
Review
0 installs