Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

MachinaOS

MachinaOS 收录了来自 zeenie-ai 的 67 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
67
Stars
323
更新
2026-07-10
Forks
57
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

browser-harness-skill
软件开发工程师

Drive the user's real Chrome over raw CDP by writing Python against browser-harness helpers - screenshot, coordinate clicks, JS evaluation, form fill, tabs. For tasks needing full freedom or the user's own logins.

2026-07-10
github-skill
软件开发工程师

Work with GitHub via the gh CLI — clone repositories, create/list/merge pull requests, create/list issues, and run any other gh command (API calls, workflow runs, releases, repo administration). List operations return parsed JSON.

2026-07-10
vercel-skill
软件开发工程师

Deploy sites and apps to Vercel, inspect deployments, stream logs, and manage projects/env/domains via the Vercel CLI. Deploy a directory and get back the live deployment URL; everything else the CLI supports is available through the custom command passthrough.

2026-07-09
machinaos-design
网页与数字界面设计师

Use this skill to generate well-branded interfaces and assets for MachinaOS (zeenie.ai), either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.

2026-06-16
monty-skill
软件开发工程师

Run AI-generated Python in a hard sandbox (Pydantic Monty) with enforced time + memory limits and opt-in capabilities. Use for untrusted code; supports a Python subset.

2026-06-15
browser-skill
软件开发工程师

Interactive browser automation - navigate, click, type, fill forms, take screenshots, get accessibility snapshots. Supports system Chrome/Edge via auto-detection.

2026-06-12
file-modify-skill
软件开发工程师

Write new files or edit existing files with string replacement.

2026-06-12
file-read-skill
软件开发工程师

Read file contents with line numbers and pagination support.

2026-06-12
fs-search-skill
软件开发工程师

Search the filesystem with ls (list directory), glob (pattern match), or grep (search file contents).

2026-06-12
stripe-skill
软件开发工程师

Process payments, manage customers, issue refunds, and handle subscriptions via the Stripe CLI. Pass any Stripe command (customers, charges, payment_intents, refunds, invoices, products, prices, subscriptions) and the tool runs it for you and returns parsed JSON.

2026-06-10
agent-builder-skill
其他计算机职业

How to use the Agent Builder tool's five canvas-mutation operations to inspect and grow your own toolset / skills / teammates / workflows mid-execution

2026-05-31
advisor
其他计算机职业

ALWAYS call the wired chat-model tool (anthropic_chat_model / openai_chat_model / gemini_chat_model) at the START of any complex task to get a plan from a stronger model. Also call when stuck and before declaring done. Pass only the `prompt` field — the operator configured `model` and `api_key`. Returns brief tactical advice; you do the work.

2026-05-27
assistant-personality
其他计算机职业

General AI assistant with task planning via write_todos, helpful and honest responses.

2026-05-27
write-todos-skill
其他计算机职业

Create and manage structured task lists for planning and tracking complex multi-step operations.

2026-05-11
twitter-search-skill
软件开发工程师

Search for recent tweets on Twitter/X using keywords, hashtags, mentions, and advanced query operators. Returns rich tweet data with expanded URLs, author info, media, metrics, and referenced tweets.

2026-05-02
shell-skill
软件开发工程师

Execute short-lived shell commands inside the per-workflow workspace. The shell is Nushell (cross-platform, same syntax on Windows/macOS/Linux). External tools on PATH (npm, node, python, git, ...) are available.

2026-05-02
python-skill
软件开发工程师

Execute Python code for calculations, data processing, and automation. Access to math, json, datetime, collections, and more.

2026-04-30
android-personality
软件开发工程师

Android device assistant personality. Use when the user wants to interact with their Android phone or tablet in a natural, conversational way.

2026-04-25
compaction-skill
其他计算机职业

Manage memory compaction by summarizing conversation history when approaching token limits

2026-04-25
humanify-skill
软件开发工程师

Output human-readable text in pretty formats instead of raw markdown or code blocks

2026-04-25
memory-skill
其他计算机职业

Manage conversation memory. Use when user asks to remember something, recall information, view/edit conversation history, or manage short/long-term memory.

2026-04-25
subagent-skill
其他计算机职业

Manage sub-agent delegation, handle task completion events, and coordinate multi-agent workflows.

2026-04-25
progressive-discovery-skill
其他计算机职业

Discover and load tools progressively as needed (reduces token overhead)

2026-04-25
rlm-reasoning-skill
软件开发工程师

Guides the RLM agent to use REPL code execution with recursive LM calls for complex reasoning, decomposition, and multi-step problem solving.

2026-04-25
app-launcher-skill
软件开发工程师

Launch Android applications by package name. Open any installed app programmatically.

2026-04-25
app-list-skill
软件开发工程师

Get list of installed Android applications with package names, versions, and metadata.

2026-04-25
audio-skill
软件开发工程师

Control Android audio - get/set volume, mute/unmute for media, ringtone, notification, and call volumes.

2026-04-25
battery-skill
软件开发工程师

Monitor Android device battery status, level, charging state, temperature, and health.

2026-04-25
bluetooth-skill
软件开发工程师

Control Android Bluetooth - enable, disable, get status, and list paired devices.

2026-04-25
camera-skill
软件开发工程师

Control Android camera - get camera info, take photos, and access camera capabilities.

2026-04-25
environmental-skill
软件开发工程师

Get Android environmental sensor data - temperature, humidity, pressure, and ambient light level.

2026-04-25
location-skill
软件开发工程师

Get Android device GPS location - latitude, longitude, accuracy, speed, and provider information.

2026-04-25
motion-skill
软件开发工程师

Get Android motion sensor data - accelerometer, gyroscope, detect motion, shake gestures, and device orientation.

2026-04-25
screen-control-skill
软件开发工程师

Control Android screen - brightness, wake screen, auto-brightness toggle, and screen timeout settings.

2026-04-25
wifi-skill
软件开发工程师

Control Android WiFi - enable, disable, get status, scan for networks, and get current connection info.

2026-04-25
agentic-loop-skill
其他计算机职业

Autonomous decision loop with reflection and iteration

2026-04-25
code-mode-skill
软件开发工程师

Generate Python code instead of sequential tool calls (81-98% token savings)

2026-04-25
error-recovery-skill
软件开发工程师

Handle errors gracefully with retry strategies and fallback patterns

2026-04-25
multi-tool-orchestration-skill
其他计算机职业

Coordinate multiple tools together for complex multi-step tasks

2026-04-25
javascript-skill
软件开发工程师

Execute JavaScript code for calculations, data processing, and JSON manipulation. Full ES6+ support with Node.js runtime.

2026-04-25
当前展示该仓库 Top 40 / 67 个已收集 skills。