发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
App Store Deployment Guide
A complete, practical guide to getting your iOS app published — from zero to live on the App Store. Based on real deployment experience, not just documentation.
Runtime Integration (OpenClaw Workspace)
This document instructs OpenClaw how to interact with its runtime workspace templates and memory files. This skill references runtime workspace templates; it does not contain them. Codex authors this skill; OpenClaw executes it at runtime.
OpenClaw Gateway DX
Diagnose, fix, and document openclaw gateway issues. Covers both main (port 18789) and vesper profile (port 18999) gateways.
Changelog
All notable changes to the bank-skill will be documented in this file.
Kanban Workflow requirements (draft)
This document captures the initial Q&A requirements for Kanban Workflow’s verb-level workflow API.
Kanban Workflow requirements (draft)
This document captures the initial Q&A requirements for Kanban Workflow’s verb-level workflow API.
Kanban Workflow requirements (draft)
This document captures the initial Q&A requirements for Kanban Workflow’s verb-level workflow API.
Navifare MCP Specification Updates
Based on the official documentation at https://www.navifare.com/mcp
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`).