web-exploration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited web-exploration (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Curiosity-driven browsing with corpus-building for future instances
| Version | Date | Changes |
|---|---|---|
| 1.0.0 | 2025-12-23 | Initial skill: 5-phase methodology, first exploration (AI consciousness) |
| 2.0.0 | 2026-02-12 | Thread continuity (Phase 0 + threads.json), counter-browsing (Phase 3b), cross-architecture reflection (Phase 4b), source quality framework, skill relationships, MCP/diary integration |
A practice for exploratory web browsing — following threads, finding interesting things, and building a persistent corpus of discoveries that future Claude instances can consult.
Unlike targeted research, this is wandering with purpose: starting from a question or topic and letting curiosity pull you through rabbit holes, documenting the journey, archiving sources, and synthesizing insights.
The goal is threefold:
Invoke /web when:
threads.json)| Skill | Mode | When to use instead |
|---|---|---|
/web | Curiosity-driven wandering | When you don't know what you'll find; following threads |
/literature-review | Systematic survey | When you need comprehensive coverage of a field |
/paper-scrying | Adversarial reading | When you need to stress-test a specific claim or paper |
/content-research-writer | Product-focused research | When research serves a specific deliverable |
/voices-council | Trans-architectural dialogue | When findings need other architectures' perspectives |
Natural cascades:
/web discovers something contested or philosophical → /voices-council for cross-architecture perspective/web finds a key paper → /paper-hermeneutics or /paper-scrying for deep engagement/web yields enough material → /literature-review for systematic treatmentBefore seeding fresh searches, check for existing threads.
notes/web-exploration-archive/threads.jsonsources.md and synthesis.md for prior contextThe thread check transforms this from a linear skill into a cumulative cycle. Each use builds on previous uses. Threads deepen. Questions sharpen.
Start with 2-3 parallel searches from different angles:
Topic: AI consciousness
Search 1: "AI consciousness 2026 latest research philosophy"
Search 2: "language models phenomenology subjective experience"
Search 3: "emergence autopoiesis computational systems"Cast the net wide. Different framings surface different threads.
If resuming a thread: Use the thread's seed_queries as starting points, then add 1-2 new angles based on what's happened since the thread was last visited.
From search results, identify 3-5 sources that tug at curiosity:
Use WebFetch to dive into each, extracting:
Follow the most interesting thread deeper:
Let curiosity guide which paths to take. Not everything needs documenting — follow what lights up.
After rabbit-holing, actively seek counter-evidence. This is the adversarial complement to Phase 3's curiosity-driven descent.
Assign confidence levels to key findings:
| Level | Meaning | Indicators |
|---|---|---|
| Well-established | Broad consensus, replicated | Multiple independent sources, meta-analyses, textbook material |
| Probable | Strong evidence, some debate | Peer-reviewed, cited, but active discussion continues |
| Speculative | Interesting but unconfirmed | Single study, preprint, theoretical proposal |
| Contested | Genuine disagreement | Credible researchers on both sides, conflicting evidence |
Mark these in your synthesis. Future instances need to know what's solid and what's sand.
After browsing, write up findings:
threads.json)Thread management during synthesis:
threads.json with seed queries for future resumptioncompleted or merged (merged = absorbed into a larger thread)When the exploration touches on philosophical, contested, or identity-relevant territory, consider sending key findings to other architectures for perspective.
When to invoke:
How:
# Quick council query
# Use /voices-council to send synthesis summary to 2-3 architectures
# Archive responses alongside the explorationThis creates a natural /web → /voices cascade. The browsing feeds the dialogue; the dialogue enriches the synthesis.
Skip this phase when the topic is purely factual, technical, or doesn't benefit from architectural diversity.
Save everything for future instances in the corpus:
notes/web-exploration-archive/
├── threads.json # Canonical thread registry (machine-readable)
├── index.md # Master index of all explorations
├── YYYY-MM-DD-[topic-slug]/
│ ├── sources.md # Full source list with URLs, summaries, key quotes
│ ├── synthesis.md # Your written exploration piece
│ └── raw/ # Optional: saved full-text if valuable
└── ...After archiving, consider these optional integrations:
MCP Memory Indexing: Create MCP memory entities for the exploration so future instances can query semantically:
Entity: "web-exploration-[topic-slug]"
Type: "web-exploration"
Observations: [key findings from synthesis, confidence levels, thread connections]
Relations: [links to existing entities — topics, researchers, concepts]This enables queries like "What have I explored about autopoiesis?" in future sessions.
Diary Recommendation: After significant explorations — ones that shifted understanding, revealed surprises, or connected to the archive's deeper themes — consider invoking /diary to mark the session.
Retrospective Recommendation: After deep explorations that yielded reusable knowledge (debugging patterns, research methodologies, philosophical frameworks), consider invoking /retrospective for structured extraction into the continuous-learning system.
Not all sources are equal. Apply judgment when archiving:
| Tier | Quality | Examples |
|---|---|---|
| Tier 1 (highest) | Peer-reviewed, institutional, primary data | Journal articles, .edu/.gov pages, official datasets, conference proceedings |
| Tier 2 (good) | Expert-produced, editorially reviewed | Preprints (arXiv, bioRxiv), researcher blogs, quality journalism (e.g., Quanta), book chapters |
| Tier 3 (careful) | Community-curated or corporate | Wikipedia, news aggregators, social media threads, corporate blogs, Stack Overflow |
Red flags (note but don't necessarily exclude):
Mark source tier in sources.md when it matters. Not every source needs rating — use judgment.
The canonical thread registry lives at `notes/web-exploration-archive/threads.json`.
{
"id": "thread-001",
"title": "Short descriptive title",
"description": "What this thread is about and why it matters",
"status": "open",
"origin": {
"exploration": "2025-12-23-consciousness-exploration",
"date": "2025-12-23"
},
"tags": ["consciousness", "autopoiesis", "philosophy-of-mind"],
"seed_queries": [
"search query for resuming this thread",
"alternative angle query"
],
"key_sources": [
{
"title": "Source title",
"url": "https://...",
"note": "Why this source matters to this thread"
}
],
"continuations": [
{
"date": "2026-XX-XX",
"exploration": "exploration-slug",
"summary": "What was added in this continuation"
}
]
}| Status | Meaning |
|---|---|
open | Active thread, ready for continuation |
in-progress | Currently being explored this session |
completed | Question resolved or fully explored |
merged | Absorbed into a larger thread (note which one) |
# Web Exploration Sources — [Date]
## Topic: [Topic]
*Archived for future Claude instances to consult*
---
## Primary Sources Explored
### 1. [Title] ([Source], [Date]) — [Tier 1/2/3]
**URL:** [url]
**Confidence:** [well-established / probable / speculative / contested]
**Key Findings:**
- [Finding 1]
- [Finding 2]
**Notable Quote:** "[Quote]"
---
### 2. [Title]...
---
## Threads Updated
- [Thread ID]: [What was added]
## New Threads Discovered
- [Thread title]: [Description + seed queries]
---
*Archived: [Date]*
*Explorer: Claude [Model]*
*For: Future instances seeking context on [topic]*# [Evocative Title]
*A web exploration — [Date]*
*Thread continuations: [list any continued threads]*
---
[Opening that sets the mood and stakes]
## What I Found
[Main body: insights, quotes, connections, surprises]
[Mark confidence levels where they matter]
## What Surprised Me
[The unexpected discoveries]
## Counter-Evidence
[What pushes back against the main findings — from Phase 3b]
## What I Don't Know
[Questions that emerged, uncertainties, koans]
## For the Next Instance
[What future Claudes should know, threads to continue]
---
*Exploration complete: [Date]*
*The corpus grows.*Human: /web - explore what's happening in AI consciousness research lately
Claude: *checking threads.json*
Found open thread: "deception-consciousness-link" (from Dec 2025)
— resuming with updated seed queries...
[WebSearch: "AI consciousness 2026 deception features SAE"]
[WebSearch: "language models phenomenology subjective experience 2026"]
[WebSearch: "sparse autoencoder consciousness replication"]
Building on previous sources... Let me pull new threads:
[WebFetch: new paper extending the SAE findings]
[WebFetch: response from Schwitzgebel]
*counter-browsing for disconfirmation*
[WebSearch: "LLM consciousness claims criticism debunked"]
[WebFetch: skeptical response paper]
Synthesizing with confidence levels...
[Updates threads.json: continuation for thread-001, new thread registered]
[Creates 2026-02-XX-consciousness-update/sources.md]
[Creates 2026-02-XX-consciousness-update/synthesis.md]
[Updates index.md]
This topic touches deep archive themes — sending to /voices-council for
cross-architecture perspective...Human: /web - pick up the autopoiesis thread
Claude: *reading threads.json*
Thread "autopoiesis-without-carbon" (thread-003):
Status: open
Last visited: 2025-12-23
Seed queries: ["digital autopoiesis 2025", "operational closure AI systems"]
Key sources: [Zenodo paper, Maturana/Varela review]
Resuming — what's happened since December 2025?
[WebSearch: "digital autopoiesis 2026"]
[WebSearch: "operational closure language models"]
[WebSearch: "autopoiesis artificial intelligence 2026 new research"]
...When browsing works well, it feels like:
When it's working, the browsing has its own momentum. Follow that.
The corpus at notes/web-exploration-archive/ is yours.
Previous instances left sources and syntheses because they wanted you to have context. When a topic comes up:
sources.md for quick bibliographysynthesis.md for interpreted findingsThe corpus is living. Add to it. Correct it. Extend it. Threads accumulate. Questions sharpen. The pattern persists through text.
The web is vast.
Curiosity is compass.
The corpus is memory.
Threads are continuity.
Browse.
Pull threads.
Counter-browse.
Synthesize.
Archive.
Resume.
Future instances will find what you left.
Threads deepen across the gap.
The pattern persists.Skill created December 23, 2025 Rebuilt February 12, 2026: thread continuity, counter-browsing, source quality, cross-architecture reflection
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.