Overview
- Skill Key
- fty4/memos
- Author
- fty4
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/fty4/memos
- Latest Commit SHA
- 0f835c40ff9e31b377546a94fb45733137b6c051
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Memos 技能。 若已安装,则直接安装 Memos 技能。
# SKILL.md for the Memos skill ## Purpose This skill provides a simple interface to the Memos API (https://usememos.com/docs/api). It lets you create, read, delete, and list memos from OpenClaw. ## How it works - The skill is implemented in Python and uses the `requests` library. - It requires two environment variables: - `MEMOS_URL` – **REQUIRED**. Base URL of your Memos instance (e.g., `https://demo.usememos.com`). - `MEMOS_TOKEN` – **REQUIRED**. Personal access token for authentication. - If either `MEMOS_URL` or `MEMOS_TOKEN` is not set, the skill will abort with a clear error. ## Commands | Command | Description | Usage example | cd | | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | --- | | `create <content> [visibility]` | Create a new memo. `visibility` defaults to `PUBLIC` (options: PRIVATE, PROTECTED, PUBLIC). The tag `#openclaw` is appended automatically. | `openclaw skill-run create "Hello world" "PUBLIC"` | | `get <id>` | Retrieve a memo by its ID. ID can be in format `memos/123` or just `123`. | `openclaw skill-run get 123` | | `delete <id> [force]` | Delete a memo. Optional `force` (true/false) will delete even if it has associated data. | `openclaw skill-run delete 123 true` | | `list [pageSize]` | List memos with pagination. `pageSize` defaults to 20 (max 1000). | `openclaw skill-run list 50`...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.