ワンクリックで
embed-media
Add YouTube video embeds and mermaid diagrams to the article. Replaces placeholders with actual embed code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add YouTube video embeds and mermaid diagrams to the article. Replaces placeholders with actual embed code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Discover and scrape jobs from 2,800+ companies using Ashby as their ATS. Search and filter by location, remote status, department, and keywords. Use when looking for jobs, researching companies hiring, or building job market intelligence.
Scrape all Ashby job boards and search for matching roles. Runs the full discover-scrape-search pipeline. Use when user says "scrape ashby" or wants to run the full job scraping pipeline.
Professional fiction editor with 6 passes. Checks AI pattern contamination, voice fidelity, POV consistency, continuity, prose tightening, and scene assessment. Assembles scenes into chapter.md.
Evaluate article quality against targets defined in article.json. All thresholds are read from the spec, not hardcoded. Returns PASS or FAIL with specific issues.
Brainstorm plot developments, character arcs, scene suggestions, and thematic explorations. Reads voice profile, open threads, and continuity state to generate grounded, voice-aware ideas.
| name | embed-media |
| description | Add YouTube video embeds and mermaid diagrams to the article. Replaces placeholders with actual embed code. |
| allowed-tools | Read, Write, Edit, Glob, WebSearch |
Process and embed media in the article.
Load Article
articles/[slug]/article.jsonarticles/[slug]/output/article.mdarticles/[slug]/research/sources.jsonFind Media Placeholders
<!-- YOUTUBE: ... --> comments[EMBED: ...] markers from outlineFrom YouTube URLs like:
https://youtube.com/watch?v=VIDEO_IDhttps://youtu.be/VIDEO_IDExtract the video ID.
Replace placeholders with responsive embed:
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe
src="https://www.youtube.com/embed/VIDEO_ID"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
*[Video Title](https://youtube.com/watch?v=VIDEO_ID)*
If sections lack video content:
site:youtube.com [section topic] tutorial 2024If [DIAGRAM: ...] markers exist, generate mermaid:
```mermaid
flowchart LR
A[Input] --> B[Process]
B --> C[Output]
## Output
### 1. Update article.md
- Replace all YouTube placeholders with embeds
- Add mermaid diagrams where marked
- Ensure consistent formatting
### 2. Update article.json
```json
{
"youtube_embeds": [
{
"video_id": "...",
"title": "...",
"section": "section-id",
"url": "..."
}
]
}
[timestamp] Media embedded
- YouTube videos: N
- Diagrams added: N
Summarize:
/review