Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
AlexKapadia
Perfil de creador de GitHub

AlexKapadia

Vista por repositorio de 56 skills recopiladas en 1 repositorios de GitHub.

skills recopiladas
56
repositorios
1
actualizado
2026-05-18
explorador de repositorios

Repositorios y skills representativas

add-tool-from-paper
Científicos de datos

Implements an academic paper (PDF or arXiv URL) as a NEW Pixie tool with reference fixtures from reported numbers. Use when the user gives a paper or arXiv link and asks to implement, reproduce, or replicate it. Do NOT use to cite (cite-source), for code (add-tool-from-repo), or specs (implement-model-from-spec).

2026-05-18
add-tool-from-cli-command
Administradores de redes y sistemas informáticos

Wraps a CLI binary or shell command (ffmpeg, curl, pandoc, imagemagick, yt-dlp) as a Pixie tool - generates tool.json from its flags plus a subprocess main.py, then validates. Use when the user names a CLI binary or shell command. Do NOT use for a Python script (wrap-local-script) or repo (add-tool-from-repo).

2026-05-17
add-tool-from-description
Desarrolladores de software

Generates a brand-new Pixie tool from a natural-language description - writes tool.json, pyproject.toml, main.py from scratch then validates. Use when the user asks to create, make, build, or generate a tool with NO artefact. Do NOT use given a Git URL, .py, .ipynb, .zip, Streamlit, Gradio, OpenAPI, or CLI binary.

2026-05-17
add-tool-from-excel-model
Desarrolladores de software

Wraps an Excel .xlsx workbook as a Pixie tool by parsing its formula DAG and generating Python that reproduces every cell. Use when the user gives a .xlsx path and asks to wrap, port, or convert an Excel model. Do NOT use for .xlsm/.xlsb/.xls (refused), .csv (fetch-dataset-from-url), or prose.

2026-05-17
add-tool-from-notebook
Desarrolladores de software

Converts a Jupyter notebook (.ipynb) into a Pixie tool - extracts input/output cells, generates tool.json and FastAPI main.py, then validates. Use when the user gives a path to a .ipynb file and asks to add, wrap, convert, or import a notebook. Do NOT use for .py (wrap-local-script) or Streamlit (convert-streamlit-app).

2026-05-17
add-tool-from-openapi-spec
Desarrolladores de software

Wraps a REST endpoint from an OpenAPI or Swagger spec as a Pixie tool - generates tool.json from spec parameters and a httpx main.py, then validates. Use when the user mentions OpenAPI, Swagger, openapi.yaml, or openapi.json. Do NOT use for a Python SDK repo (add-tool-from-repo) or vague API prose (add-tool-from-description).

2026-05-17
add-tool-from-repo
Desarrolladores de software

Clones a Git repository and wraps its entrypoint as a Pixie tool - generates tool.json and FastAPI main.py then validates. Use when the user gives a Git URL and asks to add, clone, or wrap a repo. Do NOT use for .zip (import-tool), .py (wrap-local-script), .ipynb (add-tool-from-notebook), or prose (add-tool-from-description).

2026-05-17
archive-tool
Administradores de redes y sistemas informáticos

Archives a Pixie tool reversibly - hides it from the sidebar and deletes .venv to free disk; source kept. Use when the user asks to archive, hide, mothball, shelve, or stop using a tool without losing it. Do NOT use to delete forever (remove-tool), restore (unarchive-tool), or prune runs (clear-old-outputs).

2026-05-17
Mostrando las 8 principales de 56 skills recopiladas en este repositorio.
Mostrando 1 de 1 repositorios
Todos los repositorios cargados