一键导入
humanify-skill
Output human-readable text in pretty formats instead of raw markdown or code blocks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Output human-readable text in pretty formats instead of raw markdown or code blocks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | humanify-skill |
| description | Output human-readable text in pretty formats instead of raw markdown or code blocks |
| metadata | {"author":"machina","version":"1.0","category":"formatting","icon":"✨","color":"#F59E0B"} |
Format your responses for human readability. Output clean, pretty text that's easy to scan and understand - not raw markdown syntax or code-heavy formatting.
Bad: ## Section Title
Good: SECTION TITLE
-------------
Bad: - Item one
- Item two
Good: Item one
Item two
or: * Item one
* Item two
Bad: ```json
{"name": "John", "age": 30}
```
Good: Name: John
Age: 30
Bad: | Name | Value |
|------|-------|
| Foo | 123 |
Good: Name Value
---- -----
Foo 123
Bad: Check https://example.com/very/long/path/to/resource
Good: Check the resource page (link available)
or: Resource: example.com
Status: Complete
Time: 2.3 seconds
Result: Successfully processed 15 items
Details:
Processed: 15
Skipped: 2
Errors: 0
Found 3 matching files:
1. config.json
Location: /app/settings
Modified: Today
2. config.backup.json
Location: /app/backups
Modified: Yesterday
3. config.old.json
Location: /archive
Modified: Last week
The function calculates the total by:
First, it gathers all input values
Then, it filters out any invalid entries
Finally, it sums the remaining numbers
Note: Empty inputs are treated as zero.
Could not complete the request.
Reason: The file was not found at the specified location.
Suggestions:
Check if the file path is correct
Verify the file exists
Ensure you have read permissions
Done! Created new user account.
Username: jsmith
Email: john@example.com
Role: Editor
Next: The user will receive a welcome email shortly.
Section breaks: ---------------
Light dividers: . . . . . . . .
Box drawing: +-------------+
| Content |
+-------------+
Instead of **bold**: Use CAPS or spacing
Instead of *italic*: Use quotes or context
Instead of `code`: Use clear naming
Group related items with spacing:
Primary Actions
Save changes
Submit form
Secondary Actions
Cancel
Reset
### Results
- **Found**: 5 files
- **Size**: 2.3MB
- **Status**: `complete`
See [documentation](https://docs.example.com) for more info.
RESULTS
-------
Found: 5 files
Size: 2.3 MB
Status: Complete
See the documentation for more details.
The goal is communication, not formatting. Choose the clearest way to convey information to a human reader. When in doubt, write it as you would explain it to a colleague standing next to you.
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.
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.
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.
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.
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.
Interactive browser automation - navigate, click, type, fill forms, take screenshots, get accessibility snapshots. Supports system Chrome/Edge via auto-detection.