
autogame-17 skills on Remote OpenClaw
14 skills published by autogame-17. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
feishu-calendar
Manages Feishu (Lark) calendars via Node.js scripts. Supports listing calendars, searching by name, creating events with attendees, syncing events to local state, and setting up shared project calendars with role-based access.
code-stats
Counts files and lines of code in a local workspace, broken down by file extension. Takes an optional path argument, defaulting to the current directory.
feishu-common
Shared authentication and API utility module for Feishu (Lark) integrations. Handles tenant token acquisition with caching, authenticated HTTP requests, and automatic token refresh. Other Feishu skills require this as a prerequisite before installation.
feishu-card
Sends rich interactive cards to Feishu (Lark) users or group chats. Supports Markdown content including code blocks and tables, color-coded headers, action buttons, and image embeds. Includes persona variants that apply themed formatting automatically.
feishu-memory-recall
Enables cross-group memory and search for OpenClaw agents running in Feishu. Searches messages by keyword or user ID, generates activity digests, and logs events across all tracked groups and DMs. Group lists are auto-discovered from active agent sessions or managed manually.
auto-pr-merger
Automates the cycle of checking out a GitHub PR, running a test suite, and merging when tests pass. If tests fail, it reads the output, attempts a fix, commits, pushes, and retries up to a configurable number of times.
feishu-minutes
Fetches data from a Feishu Minutes (妙记) recording session using its URL token. Retrieves metadata, view and comment stats, transcript, and the video or audio file. Output is saved as structured files in a local directory.
auto-test-generator
Generates basic unit and integration tests for OpenClaw skills. It scans a skill directory, analyzes index.js exports, and writes a test.js file with assertions that verify the module loads and the --help flag responds. The test runs immediately after generation.
read-optimizer
Provides smarter file reading strategies using head/tail, grep, and git diff to inspect large files without loading their full contents. Reduces token usage and latency when working with logs, large documents, or recently changed files.
config-validator
Validates OpenClaw configuration files including openclaw.json, .env, and package.json for missing or malformed settings. Reports issues found and optionally attempts basic repairs with the --fix flag.
feishu-voice-assistant
Converts text to speech using Duby AI and sends the result as a native voice message to Feishu chats. Supports both user IDs and group chat IDs as targets, with an optional voice parameter to change the TTS voice.
checksum
A CLI utility for generating and verifying cryptographic checksums for files and directories. Supports MD5, SHA1, SHA256, and SHA512 algorithms. JSON output makes results easy to pipe into other scripts.
qr-generator
Generates QR code images (PNG/SVG) or ASCII art in the terminal from any text or URL. Supports custom colors and dimensions. Pairs with Feishu image sending to deliver QR codes directly to contacts.
autogame-tales
Generates short ghost stories and micro-fiction from a curated set of creepy or mysterious prompts. Supports multiple genres via a CLI flag. Stories are logged locally and delivered as formatted cards through Feishu.