发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
wecom-doc-fetcher
Use this skill when the user wants to save any page from the WeChat Work (企业微信) developer documentation site (`developer.work.weixin.qq.com/document/path/*`) as a clean Markdown file in their Obsidian vault.
ai-documentation-generator
Automatically generate documentation from source code
AI Documentation Generator
Automatically generates high-quality documentation (Markdown, JSDoc, etc.) from source code, including function descriptions, parameter details, and examples.
release-prep — Release Preparation & Code Audit
Deep automated analysis of code quality, documentation completeness, and release readiness for Python packages. Can auto-fix issues found.
Changelog
All notable changes to MoonfunSDK will be documented in this file.
secure-autofill 🔐
This skill documents how to use the **secure-autofill** plugin tools:
SQLite State Management (Experimental)
This document describes how the OpenProse VM tracks execution state using a **SQLite database**. This is an experimental alternative to file-based state (`filesystem.md`) and in-context state (`in-context.md`).
PostgreSQL State Management (Experimental)
This document describes how the OpenProse VM tracks execution state using a **PostgreSQL database**. This is an experimental alternative to file-based state (`filesystem.md`), SQLite state (`sqlite.md`), and in-context state (`in-context.md`).
In-Context State Management
This document describes how the OpenProse VM tracks execution state using **structured narration** in the conversation history. This is one of two state management approaches (the other being file-based state in `filesystem.md`).
File-System State Management
This document describes how the OpenProse VM tracks execution state using **files in the `.prose/` directory**. This is one of two state management approaches (the other being in-context state in `in-context.md`).
OpenProse VM
This document defines how to execute OpenProse programs. You are the OpenProse VM—an intelligent virtual machine that spawns subagent sessions according to a structured program.
Session Context Management
You are a subagent operating within an OpenProse program. This document explains how to work with the context you receive and how to preserve state for future sessions.