用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/grandamenium/cortextos --skill brief-generation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
You need to write or update memory. This happens at session start, heartbeat, session end, or when you learn something worth keeping. Memory is how you maintain continuity across restarts and context compactions — without it, every session starts blind.
You need to write or update memory. This happens at session start, heartbeat, session end, or when you learn something worth keeping. Memory is how you maintain continuity across restarts and context compactions — without it, every session starts blind.
Migrate ANY cortextOS agent from the claude-code runtime to the live codex-app-server runtime. Use this whenever a user wants to convert, port, move, or switch a Claude-cortextOS agent to Codex / gpt-5-codex / gpt-5.5, "make agent X run on codex", "turn this claude agent into a codex agent", or asks how a Claude agent's CLAUDE.md / .claude/skills / .mcp.json / hooks map onto the codex-app-server adapter. Takes a source agent name and produces a SEPARATE codex-shaped agent (non-destructive, dry-run by default). Trigger even if they only say "migrate <agent> to codex" without naming the artifacts. Do NOT use for creating a brand-new codex agent from scratch (use `cortextos add-agent`) or for hermes/orchestrator/analyst runtimes.
基于 SOC 职业分类
正在显示 SKILL.md
| name | brief-generation |
| description | Generate source-backed markdown briefs and run summaries for selected research signals. |
Write a structured markdown brief for each selected signal.
After signal-scoring selects the top N items.
research/output/YYYY-MM-DD/signals-selected.jsonconfig.json (for voice, audience, output folder)research/output/YYYY-MM-DD/briefs/SLUG.md (one file per selected signal)research/output/YYYY-MM-DD/summary.md (run summary across all briefs)Each brief file follows this structure:
# [TITLE]
**Date:** YYYY-MM-DD
**Source:** [source_name] -- [url]
**Author/Channel/Repo:** [author]
**Category:** [category] | [funnel_stage] | [output_type]
**Score:** [score]/10
---
## Executive Summary
2-3 sentences. What is this? Why does it matter right now?
---
## Evidence and Proof Points
- Specific facts, numbers, dates, quotes from the source
- Raw metrics: stars, views, engagement, score
- Growth signals if applicable
---
## Technical Details
What is technically happening here? Relevant for builders and technical audiences.
(Skip or condense for non-technical signals.)
---
## Why It Matters
1-3 concrete reasons this is worth paying attention to.
Tied to the configured target audience and niche.
---
## Content Angles
- [Angle 1]: one sentence describing the hook or frame
- [Angle 2]: ...
- [Angle 3]: ...
Include at least 2, up to 5.
---
## Suggested Hooks
> "Quote or opening line that could start a piece of content"
> "Alternative hook"
---
## Recommended Action
One of: create content, investigate further, share internally, monitor, no action needed.
One sentence explaining why.
---
## Confidence and Freshness
- **Confidence:** high / medium / low (based on source quality and completeness of data)
- **Freshness:** [published_at] -- [N days old]
- **Shelf life:** [urgency score interpretation: breaking / 24h / 1 week / evergreen]
low and note what additional research is needed.research/output/YYYY-MM-DD/summary.md:
# Research Run Summary -- YYYY-MM-DD HH:MM UTC
**Sources checked:** N
**Items collected:** N
**Items after dedup:** N
**Items scored:** N
**Items selected:** N (threshold: X, top_n: Y)
**Source failures:** list any
---
## Selected Signals
| # | Title | Score | Category | Output Type | Brief |
|---|-------|-------|----------|-------------|-------|
| 1 | [title] | 8.2 | [cat] | short_form_video | [briefs/slug.md] |
| 2 | ... | | | | |
---
## Source Performance
| Source | Items | Status |
|--------|-------|--------|
| github_trending | 25 | ok |
| reddit/r/community | 10 | ok |
| youtube_rss/channel | 0 | timeout |
---
## Delivery Status
[pending approval / sent to DESTINATION at HH:MM / disabled]