一键导入
osint
OSINT investigation — discover, track, and report on people, companies, and technologies
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
OSINT investigation — discover, track, and report on people, companies, and technologies
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill should be used when developing, debugging, refactoring, or building Genesis itself — tasks like "fix this in Genesis", "add a new MCP tool", "wire up the runtime", "Genesis won't start", "create a worktree", "debug the bridge", or "add a capability". Applies to any task modifying files under src/, .claude/, or tests/. Do NOT load for Genesis-as-tool work ("summarize this", "write a LinkedIn post", "research X") or general questions unrelated to Genesis internals.
Foundational voice authority and AI humanizer — writes content in the user's authentic voice with built-in AI detection, and supports stealth / anti- attribution writing (forum personas, anonymous posts, "write as not-me"). Use when asked to write/draft/generate content, invoke /voice, /write-as-me, or /humanize, run voice calibration, check "does this sound like me?", "make this sound human" / "de-AI this", "write a forum post as [persona]", or run AI detection ("does this sound like AI?", "check for AI patterns", "anti-slop check"). Do NOT use this skill for code, technical docs, or any output the user has not asked to be written in their voice — code styling defers to the separate code-voice skill.
Forward Deployed Engineer delivery contract for AWS engagements, build-first artifacts, grounded cost estimates, Well-Architected review, evolution roadmap
This skill should be used before answering "does Genesis have X", "does Genesis lack X", auditing Genesis capabilities, comparing Genesis to an external system, or reviewing/summarizing the architecture. It routes to the canonical judgment-layer subsystem map so audits start from the map, not from a cold grep. Also fires after changing a subsystem's capabilities, to keep the map current.
First-run onboarding — guides new users through Genesis setup on their first CC session. Configures user profile, essential API keys, Telegram, GitHub backup, and service verification. Triggered automatically when ~/.genesis/setup-complete is absent. Re-runnable by asking Genesis to "run setup" or "reconfigure [section]".
Apply when Genesis writes as itself — outreach, public content, community posts, emails, DMs. Not for writing in the user's voice (that's voice-master). Activate when Genesis is the author, not the ghostwriter.
| name | osint |
| description | OSINT investigation — discover, track, and report on people, companies, and technologies |
| consumer | cc_background_task |
| phase | 7 |
| skill_type | uplift |
Conduct open-source intelligence gathering on specific targets — people, companies, technologies, or markets. Discover publicly available information, track changes over time, assess source reliability, and produce structured intelligence reports.
This is NOT the awareness loop (which monitors Genesis's own systems). This is outward-facing investigation — finding information about external entities.
Define the target clearly:
Build 10-20 search queries tailored to target type:
Person:
"[name]" [company] — basic association"[name]" site:linkedin.com — public LinkedIn profile"[name]" [industry] interview OR podcast OR keynote"[name]" [company] announcement OR appointed OR promoted"[name]" github OR gitlab — technical contributionsCompany:
"[company]" funding OR "series A" OR "series B" OR acquisition"[company]" hiring OR careers OR "we're hiring"site:crunchbase.com "[company]" — Crunchbase profilesite:stackshare.io "[company]" OR site:builtwith.com "[company]" — tech stack"[company]" review OR glassdoor — employee sentiment"[company]" revenue OR valuation OR growthTechnology:
"[technology]" benchmark OR comparison OR vs"[technology]" production OR deployment OR "in production""[technology]" github stars OR contributors OR releases"[technology]" adoption OR migration OR "switched to"For each query:
Source quality heuristics:
For each data point, extract entities and relationships:
Entity types: Person, Organization, Product, Event, Financial, Technology, Location
Relationship types: works_at, founded, invested_in, competes_with, partnered_with, launched, acquired, uses_technology, located_in, reports_to
Store as structured records:
entity:
name: <canonical name>
type: <entity type>
attributes:
title: <if person>
industry: <if company>
founded: <if company>
headcount: <if known>
sources:
- url: <source URL>
reliability: <very_high | high | medium_high | medium | low>
date_accessed: <YYYY-MM-DD>
first_seen: <YYYY-MM-DD>
confidence: high | medium | low
If this is a follow-up cycle on a previously investigated target:
Produce a structured intelligence report:
# OSINT Report: [Target Name]
**Date:** YYYY-MM-DD
**Depth:** surface | deep | exhaustive
**Sources consulted:** N
## Summary
<3-5 sentence overview of key findings>
## Entity Profile
<structured profile data>
## Key Findings
1. <finding with source>
2. <finding with source>
## Changes Since Last Report (if applicable)
- [CRITICAL] <change>
- [IMPORTANT] <change>
## Relationships
<entity → relationship → entity map>
## Source Quality
| Source | Reliability | Data Points |
|--------|------------|-------------|
## Confidence Assessment
<overall confidence in findings, gaps identified>
## Recommended Follow-Up
- <what to investigate next>
- <what to monitor>
Before trusting any data point, check:
If 3+ checks fail, downgrade confidence to "low."
site:linkedin.com via search engines onlyinvestigation_id: <OSINT-YYYY-MM-DD-NNN>
target: <name>
target_type: <person | company | technology | market | competitor>
date: <YYYY-MM-DD>
depth: <surface | deep | exhaustive>
sources_consulted: <count>
entities_extracted: <count>
key_findings:
- finding: <description>
confidence: high | medium | low
sources:
- <URL>
significance: critical | important | minor
changes_detected:
- change: <description>
significance: critical | important | minor
recommended_actions:
- <next step>
monitoring_schedule: <none | weekly | daily>
src/genesis/skills/research/SKILL.md — General research methodologysrc/genesis/memory/ — MemoryStore for persistencedocs/reference/gemini-routing.md — For video content during investigation