blob-reading Skill
Safe resolution of ci-blob:// URIs — extract specific fields without dumping full payloads Published by microsoft in amplifier-bundle-context-intelligence.
What is blob-reading Skill?
Safe resolution of ci-blob:// URIs — extract specific fields without dumping full payloads Published by microsoft in amplifier-bundle-context-intelligence. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use blob-reading Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-bundle-context-intelligence
- Skill file: skills/blob-reading/SKILL.md
What it does
Safe resolution of ci-blob:// URIs — extract specific fields without dumping full payloads
Skill instructions
Blob Reading ci-blob:// URIs appear in graph query results when a payload is too large to inline. This skill covers safe resolution patterns to extract only the data you need. --- When to Use blobread Use blobread only when you need a specific payload from a graph node. Most Cypher queries return structured metadata that is sufficient without resolving any blobs. Do resolve a blob when: - You need the full input or output of a specific tool call - You need the content of a specific assistant turn - You need a specific field that is stored as a blob URI Do NOT resolve a blob when: - You are counting events, listing sessions, or summarizing metadata - The graph query already returned the structured fields you need - You are doing broad exploration — scan metadata first, resolve only if required Most queries don't need blobs. Always exhaust what the graph returns before resolving. --- How to Resolve a Blob Follow these four steps to safely resolve a ci-blob:// URI: Step 1 — Identify the U
Explore related resources
Frequently asked questions
What is blob-reading?
blob-reading is a open-source AI agent skill with Copy skill directory. Safe resolution of ci-blob:// URIs — extract specific fields without dumping full payloads
Who is blob-reading best for?
blob-reading is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install blob-reading?
Install or run blob-reading using Copy skill directory. Check blob-reading for the latest setup command.
Is blob-reading actively maintained?
blob-reading may need a closer maintenance check before production use.
Auto-fetched from GitHub.