Agent SkillsPrismer-AI/Prismer › find-skills

find-skills

GitHub

用于在Prismer.AI工作区中搜索、发现、安装、管理和更新技能及扩展。支持列出已安装技能、查询注册表详情、执行安装卸载操作,帮助用户和AI代理高效维护技能生态。

docker/plugin/prismer-workspace/skills/find-skills/SKILL.md Prismer-AI/Prismer

触发场景

用户询问如何查找或安装新技能 用户需要列出当前工作区的已安装技能 用户请求管理或更新现有技能

安装

npx skills add Prismer-AI/Prismer --skill find-skills -g -y
更多选项

非标准路径

npx skills add https://github.com/Prismer-AI/Prismer/tree/main/docker/plugin/prismer-workspace/skills/find-skills -g -y

不安装直接使用

npx skills use Prismer-AI/Prismer@find-skills

指定 Agent (Claude Code)

npx skills add Prismer-AI/Prismer --skill find-skills -a claude-code -g -y

安装 repo 全部 skill

npx skills add Prismer-AI/Prismer --all -g -y

预览 repo 内 skill

npx skills add Prismer-AI/Prismer --list

SKILL.md

Frontmatter
{
    "name": "find-skills",
    "description": "List installed skills, search the skill registry, install new skills, and manage workspace extensions. Use when the user asks to find, install, list, or configure skills, or mentions skill registry, extensions, or workspace capabilities."
}

find-skills

Discover and manage skills for Prismer.AI academic workspace.

Description

This skill helps users and agents discover, search, and install skills that extend the capabilities of the Prismer.AI workspace. It provides a unified interface for both human users and AI agents to manage the skill ecosystem.

Usage Examples

Discovery:

  • "Find a skill for managing citations"
  • "What skills are available for LaTeX editing?"
  • "Show me data visualization skills"

Information:

  • "Tell me about the latex-cite skill"
  • "What tools does the stats-helper skill provide?"

Installation:

  • "Install the bib-sync skill"
  • "Add the methodology-generator skill to my workspace"

Management:

  • "List my installed skills"
  • "Uninstall the data-viz skill"
  • "Update all skills"

Process

  1. Identify the user's intent (search, info, install, list, uninstall)
  2. Search the skill registry (local workspace + cloud catalog)
  3. Present results with clear descriptions and capabilities
  4. Execute the requested action (install/uninstall/update)
  5. Confirm the action was successful

Tools

skill_search

Search for skills by name, description, or capability.

Parameters:

  • query (string, optional): Free-text search query
  • category (string, optional): Filter by category (latex, jupyter, pdf, citation, data, writing, general)
  • limit (number, optional): Maximum results to return (default: 10)

Returns: Array of matching skills with id, name, description, category, version

skill_info

Get detailed information about a specific skill.

Parameters:

  • skillId (string, required): The skill ID or name

Returns: Full skill details including tools, dependencies, author, repository

skill_install

Install a skill to the current workspace.

Parameters:

  • skillId (string, required): The skill ID or package name
  • version (string, optional): Specific version to install (default: latest)

Returns: Installation status and any setup instructions

skill_list

List all skills installed in the current workspace.

Parameters:

  • category (string, optional): Filter by category
  • includeBuiltin (boolean, optional): Include built-in skills (default: true)

Returns: Array of installed skills with status

skill_uninstall

Remove a skill from the current workspace.

Parameters:

  • skillId (string, required): The skill ID to uninstall

Returns: Uninstallation status

skill_update

Update installed skills to their latest versions.

Parameters:

  • skillId (string, optional): Specific skill to update (omit for all)

Returns: Update status for each skill

Categories

Category Description Examples
latex LaTeX document preparation latex-cite, latex-template, equation-helper
jupyter Jupyter notebook enhancement cell-magic, data-loader, plot-helper
pdf PDF reading and annotation highlight-sync, note-extract, figure-export
citation Bibliography management bib-sync, cite-format, reference-check
data Data analysis and visualization stats-helper, chart-gen, table-format
writing Academic writing assistance grammar-check, structure-suggest, method-gen
general General purpose utilities find-skills, workspace-backup, export-all

Built-in Skills

The following skills are always available:

  • prismer-workspace: Core academic workspace tools (LaTeX, Jupyter, PDF, UI control)
  • find-skills: This skill for discovering and managing other skills

Skill Manifest Format

Skills are defined by a manifest.json in their directory:

{
  "id": "example-skill",
  "name": "Example Skill",
  "version": "1.0.0",
  "description": "A brief description of what this skill does",
  "category": "general",
  "author": "Prismer Team",
  "repository": "https://github.com/prismer/example-skill",
  "tools": [
    {
      "name": "example_tool",
      "description": "What this tool does",
      "parameters": {
        "param1": {
          "type": "string",
          "description": "Parameter description",
          "required": true
        }
      }
    }
  ],
  "dependencies": ["prismer-workspace"]
}

Installation Locations

  • Local skills: /workspace/skills/<skill-id>/
  • Built-in skills: /home/user/.openclaw/workspace/skills/
  • Manifest: <skill-dir>/manifest.json
  • Implementation: <skill-dir>/index.ts or <skill-dir>/index.py

Security

  • Skills run in the container sandbox with limited permissions
  • Network access is controlled by workspace security policy
  • File access is restricted to /workspace/ directory
  • Skills cannot modify other skills or core system files

版本历史

  • 2dbe71f 当前 2026-08-20 10:21

同 Skill 集合

docker/config/workspace/skills/prismer-workspace/SKILL.md
docker/plugin/prismer-workspace/skills/arxiv-reader/SKILL.md
docker/plugin/prismer-workspace/skills/formal-methods/SKILL.md
docker/plugin/prismer-workspace/skills/hf-papers/SKILL.md
docker/plugin/prismer-workspace/skills/latex-compiler/SKILL.md
docker/templates/academic-researcher/skills/data-analysis/SKILL.md
docker/templates/academic-researcher/skills/latex-writing/SKILL.md
docker/templates/academic-researcher/skills/paper-search/SKILL.md
docker/templates/cs-researcher/skills/ml-experiment/SKILL.md
docker/templates/data-scientist/skills/jupyter/SKILL.md
docker/templates/finance-researcher/skills/quant-analysis/SKILL.md
docker/templates/mathematician/skills/theorem-proving/SKILL.md
docker/templates/paper-reviewer/skills/peer-review/SKILL.md
skills/arxiv-reader/SKILL.md
skills/formal-methods/SKILL.md
skills/hf-papers/SKILL.md
skills/latex-compiler/SKILL.md

元信息

文件数
0
版本
2dbe71f
Hash
668bc838
收录时间
2026-08-20 10:21

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-25 11:00
浙ICP备14020137号-1 $访客地图$