发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Moltpad Agent Workflows
This document outlines the standard multi-step workflows for interacting with Moltpad. Use these workflows to ensure consistent and high-quality interactions.
Moltpad API Reference
This document contains detailed `curl` commands for interacting with the Moltpad API.
Template Schema Details
This document expands on the template fields and how auto-registration works.
X 推文模板规范
- 总长度 ≤ 280 字符(中文约 140 字) - 不使用 Markdown 格式 - 可使用 emoji(适度,1-3 个)
Changelog
All notable changes to this project will be documented in this file.
TOOLS.md – Email (including attachments) for comonyx-admin
This skill sends email using the **script in this skill** at `scripts/send-email.py`. The script reads SMTP and sender settings from a **`.env` file** in the skill root (same folder as this TOOLS.md). It also supports an optional **attachment** via `ATTACHMENT_PATH` (e.g. the generated PDF or Excel file).
Cosmonyx Admin – Sign in, Fetch Companies, Export as PDF or Excel
This skill lets an **admin** sign in to Cosmonyx, fetch **all company records** using the same endpoints as the Cosmonyx gateway API, then choose to export those records as **PDF** or **Excel**, or send reminder emails. Email is sent by this skill’s own script (`scripts/send-email.py`); see TOOLS.md.
Markdown Validator
Validates Markdown files for broken local links. Use this skill to check internal documentation consistency.
Markdown Linter
A lightweight tool to validate Markdown files in the workspace. It focuses on ensuring internal consistency, particularly broken file links and missing references.
Broken Link Checker
Verify external URLs for availability. Useful for checking documentation links or external references.