Summary
面向公开 X 账号的有限范围检索与研究:采集帖子窗口,按时间、关键词、主题、媒体、模型线索和内容条件筛选,输出账号概览、时间段总结、主题分析与可审计结果,并支持将明确选定的结果交给下游技能继续处理。
soia-team/soia-open-pkm-vault-skills · Archived
面向?
npx skills add soia-team/soia-open-pkm-vault-skills --skill soia-pkm-clip-x-profile
面向公开 X 账号的有限范围检索与研究:采集帖子窗口,按时间、关键词、主题、媒体、模型线索和内容条件筛选,输出账号概览、时间段总结、主题分析与可审计结果,并支持将明确选定的结果交给下游技能继续处理。
This repository is archived — consider an actively maintained alternative.
把文章、提纲或主题转换为以可编辑 PPTX 为正式母版的演示媒体?
5 installs将 Obsidian 文章库按?
5 installs为 vault 长文或论文生成独立 AI 解读,帮助判断是否值得深挖,且不改原文或代写用户观点。触发:「解…
5 installs将单条 X/Twitter 推文、thread 或 Article 归档到 Obsidian vault。触发:「归档这条 X」「clip 这条…
5 installsRelated neighbors and high-traction skills in the same topics — useful to compare before installing.
Configures EC2 instances to securely call AWS services by creating and attaching IAM roles via …
4.6K installsUse to select, configure, deploy, verify, debug, or tear down a VSS profile (base, search, lvs,…
1.8K installsCreates professional investment banking strip profiles (company profiles) for pitch books, deal…
1.5K installsProfile a React Native Hermes app to measure re-render and CPU performance using argent profile…
15.9K installsNative profiling for CPU hotspots, UI hangs, memory issues. iOS via xctrace; Android via Perfet…
15.8K installsOptimize LinkedIn profile for searchability, recruiter visibility, and engagement
9.1K installsOther skills from soia-team/soia-open-pkm-vault-skills · top by installs.
npx skills add soia-team/soia-open-pkm-vault-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
4,504 B
SUMMARY.md
322 B
研究公开 X 账号的有限帖子窗口:先采集,再按范围和条件检索,最后输出摘要、分类清单或下游处理输入。已知账号用脚本;未知账号先做候选发现,再进入账号研究。
先确认四项:账号/候选博主、时间或最新条数、关键词/主题/证据条件、产物类型。默认只做研究摘要,不自动生成图片;自然语言“最近一周/一个月”先换成明确的 CST 日期。
常用脚本入口:
python3 scripts/profile_x.py https://x.com/<handle> \
--limit <N> --since <YYYY-MM-DD> --until <YYYY-MM-DD> \
--query <term> --output-mode summary --output <run-dir>
重复 --query 默认 OR,需同时命中时加 --query-mode all;--topic 是别名。完整参数和输出字段见 [研究契约](references/research-contract.md),可复用命令见 [查询配方](references/query-recipes.md)。
api.fxtwitter.com,离线模式使用 --source-json。image-prompts/all 才进入下游 image 技能。--dry-run,记录 fetched、分页和停止原因。summary.md、filtered.json、classification.yml,保留帖子 URL、时间和证据。image-prompts.yml/prompts/,再交给 soia-media-generate-article-image 做位图和视觉验收。summary,不编译 Prompt。--since/--until、--query/--topic、--category、--has-media/--has-alt 组合。--output-mode image-prompts。latest-window 不等于账号历史全量;all 也受 --max-pages 限制。Prompt Deck 不是位图验收,GPT2 只是来源模型线索,不是新 preset。输出目录、证据保留、失败回执和 image 导入字段见 [研究契约](references/research-contract.md) 与 soia-open-media-content-skills/skills/soia-media-generate-article-image/references/prompt-x-profile-import.md。
三个真实场景和验收标准见 [三场景前向测试](references/forward-test-three-scenarios.md);xiaoxiaodong01 只是其中一个回归样例,不是默认账号。
每页输出 page / received / added / total。回执必须包含账号/候选、范围、条件、fetched、selected、分类、GPT2/ALT、覆盖完整性、分页上限和产物路径;不得把“Prompt 已编译”写成“图片生成通过”。
run bundle 放在客户指定的临时或正式输出目录,不放入仓库、vault 根或 ~/.codex/generated_images。公共仓库只提交脚本、契约和离线测试,不提交真实账号抓取结果、ALT、provider 缓存或生成图片。
装整个域(Claude Code 与 Codex 共用同一份域插件):
claude plugin marketplace add soia-team/soia-open-skills
claude plugin install soia-pkm-vault@soia
只装这一个技能:
npx skills add soia-team/soia-open-pkm-vault-skills -g -a '*' -s soia-pkm-clip-x-profile -y
WorkBuddy 的装载单位是角色化专家而不是插件,npx skills add -a '*' 覆盖不到它,需要单独安装,见 docs/install/workbuddy.md。