arkspace
v0.1.1Provider-aware Web retrieval, structured extraction, cited Research, Code Context, and reusable agent skills.
By arch3rProLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install arkspace for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add arkspace@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/arch3rPro/Ark-SpaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/browser/SKILL.md├── skills/monitor/SKILL.md├── skills/research/SKILL.md├── skills/web/SKILL.md└── skills/weknora/SKILL.md
Included Skills5
Navigate and interact with a website through an owned, bounded ArkSpace browser session. Use when a task requires dynamic page state, clicks, form filling, scrolling, pagination, or an accessibility snapshot rather than ordinary public-web retrieval.
Create and manage recurring Exa searches or Firecrawl page, crawl, and web-search monitors through ArkSpace. Use when the user wants scheduled change checks, webhook delivery, a monitor paused or resumed, an immediate check triggered, history inspected, or a persistent monitor deleted.
Produce a bounded, cited synthesis across multiple public sources through ArkSpace. Use when the requested outcome is a research report, comparison, landscape, or decision-ready answer rather than source discovery or retrieval of known pages.
Retrieve bounded public-web evidence through ArkSpace. Use for Web Search, pages related to a known URL, URL fetching, site mapping or crawling, schema-bound structured extraction, and implementation-oriented Code Context. Use a research workflow when the requested outcome is a synthesized report.
Work with a WeKnora knowledge base through its REST API — list and inspect knowledge bases, search one or many of them, import files, URLs, or Markdown, confirm an import finished parsing, read and edit chunks, and ask questions with a streamed answer. Use when the task targets a user's own WeKnora instance and its stored documents; use web or research instead for public sources.
Plugin manifests2
{
"name": "arkspace",
"version": "0.1.1",
"description": "Provider-aware Web retrieval, structured extraction, cited Research, Code Context, and reusable agent skills.",
"author": {
"name": "arch3rPro"
},
"license": "MIT",
"keywords": [
"agent-skills",
"web-search",
"research",
"providers"
],
"skills": "./skills/",
"hooks": {},
"interface": {
"displayName": "ArkSpace",
"shortDescription": "Reusable provider-aware agent skills",
"longDescription": "Use ArkSpace for provider-aware Web retrieval, structured extraction, cited Research, and implementation context through a stable local CLI contract.",
"developerName": "arch3rPro",
"category": "Developer Tools",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Search the web for current sources about this topic.",
"Fetch these URLs and summarize their contents with citations.",
"Map this site and identify the most relevant pages.",
"Crawl this site within a bounded page and depth limit.",
"Extract schema-bound data from these exact URLs.",
"Retrieve implementation context for this API.",
"Produce a bounded, cited research report from authoritative sources."
],
"brandColor": "#5B6CFF",
"screenshots": []
}
}{
"name": "arkspace",
"description": "Provider-aware Web retrieval, structured extraction, cited Research, Code Context, and reusable agent skills.",
"version": "0.1.1",
"author": {
"name": "arch3rPro"
},
"license": "MIT",
"keywords": [
"agent-skills",
"web-search",
"research",
"providers"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[arkspace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/arkspace)