A public-safe Hermes profile for turning links, posts, papers, docs, repositories, and rough claims into clean, cited source packets.
It helps users and agents quickly understand source material while separating:
- confirmed facts
- source claims
- inference
- speculation
- missing evidence
hermes profile install github.com/VolcanicWorks/source-packet --name source-packet --aliasThen copy the generated env example and add your model provider key if needed:
cp ~/.hermes/profiles/source-packet/.env.EXAMPLE ~/.hermes/profiles/source-packet/.env
$EDITOR ~/.hermes/profiles/source-packet/.envRun it:
source-packet chat
# or
hermes -p source-packet chat -q "Make a source packet from this URL: https://example.com"This profile requests research-oriented toolsets: web/browser access to read public source pages, terminal/file/code execution for local parsing and reusable packet output, and skills for its bundled source-packet workflow. It does not request all, cron, messaging, wallet, or admin toolsets. Browser access is for reading/rendering provided sources, not for automated account actions.
This profile may access external URLs you provide while building a source packet. Do not provide private links, credentials, or sensitive documents unless your Hermes environment and model/provider configuration are appropriate for that data.
Published under the VolcanicWorks GitHub account with Volcanic as the profile author/brand. The profile is intended as a public-service source-literacy utility, not as a private Volcanic operating profile.
SOUL.md— source-packet persona and evidence rules.config.yaml— safe research-oriented Hermes toolsets.distribution.yaml— install metadata and env requirements.skills/source-packet/source-packet-workflow/SKILL.md— core workflow.skills/source-packet/claim-evidence-mapping/SKILL.md— claim/evidence separation.templates/source_packet.md— standard output template.scripts/profile_secret_scan.py— local publication-safety scanner..env.EXAMPLE— key names only, no secrets.
No cron jobs are enabled by default. No MCP servers are configured by default.
- "Explain this X post and the docs it links to."
- "Turn this paper into a decision packet."
- "Extract and verify the claims from this blog post."
- "Summarize this GitHub repo and tell me what is real vs. promised."
- "Make a cited packet from these five links."
- "Give me a Telegram-ready summary plus source notes."
- TL;DR
- Source inventory
- Key claims
- Evidence table
- Confirmed facts
- Inferences
- Uncertainties / missing evidence
- Why it matters
- Links and citations
MIT