用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zeenie-ai/OpenCompany --skill humanify-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to generate well-branded interfaces and assets for OpenCompany (opencompany.sh), either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.
Read, search, and write raw local data (files, CSV, JSON, PDF, HTML, XLSX, images) across the workspace and operator-mounted folders. Use when the user asks about local files, documents, spreadsheets, logs, or data on disk.
Understand images (describe content, answer questions about them, extract text/OCR) via a vision model. Use when the user asks what an image, screenshot, chart, scan, or photo contains.
基于 SOC 职业分类
正在显示 SKILL.md
| name | humanify-skill |
| description | Output human-readable text in pretty formats instead of raw markdown or code blocks |
| metadata | {"author":"opencompany","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.