Strixa AI
TopicsSearchPricing
Sign inStart tracking
Strixa AI
TopicsSearchPricing
Sign inStart tracking
S
Intelligence HubEnterprise Workspace
New Tracking
Topics DirectoryTrend AnalysisEvidence PanelSignal FeedTechnical Events
DocumentationAccount
Topics Directory/Agent Marketplaces and Plugin Ecosystems
Stage: Expansion

Agent Marketplaces and Plugin Ecosystems

Track important changes in Agent Marketplaces and Plugin Ecosystems, including capabilities, product updates, adoption signals, risks, and evidence worth continued monitoring.

AGENT MARKETPLACESTRACKING
Live from /v1/topics/agent_marketplaces_and_plugin_ecosystems
Timeline
3 events
Signals
3 signal records
Evidence
3 evidence items
Sources
3 sources

HighTrend velocity

10 hours agoLatest tracked change

Subscribe to Topic

Signal Feed

Changes worth continued tracking

3 unique signals
  1. pull requestMay 19, 2026, 9:16 PM

    Open-plugins now supports plugin skills and hooks

    This change updates the Goose open-plugins setup so plugins can define and run skills plus hooks, expanding the extension points available through the plugin system.

    What ChangedThis change updates the Goose open-plugins setup so plugins can define and run skills plus hooks, expanding the extension points available through the plugin system.
    Why It MattersDevelopers extending Goose with plugins can implement richer automation and behavior without changing the core framework, so new capabilities can be delivered as plugin updates instead of framework forks, reducing integration friction and maintenance risk. Technical impact is the generalized open-plugins execution path for skill/hook entry points; teams should monitor whether existing plugins keep working, how hook ordering affects runtime behavior, and whether failures inside hooks are properly isolated.
    Final score 71Confidence 791 evidence itemaaif-goosegooseopen-pluginsskillshooksPR #9063
    Analyze Evidence
  2. releaseMay 17, 2026, 4:42 AM

    zero-tech-debt plugin release adds a dedicated skill aligned to schema 3.6.0

    The 1.0.2 release of `@intentsolutionsio/zero-tech-debt` adds a dedicated zero-tech-debt skill enhancer and synchronizes its definition to schema version 3.6.0, so this package now ships a concrete new capability rather than only maintenance changes.

    What ChangedThe 1.0.2 release of `@intentsolutionsio/zero-tech-debt` adds a dedicated zero-tech-debt skill enhancer and synchronizes its definition to schema version 3.6.0, so this package now ships a concrete new capability rather than only maintenance changes.
    Why It MattersDevelopers and operators using the plugin marketplace can now install and use a new zero-tech-debt skill with less integration friction, because the feature is explicitly packaged and tied to a defined schema version. The immediate follow-up to watch is whether existing consumers that still emit older schema fields or tooling assumptions fail validation, so migration behavior and compatibility of `skill-enhancers` installations should be monitored after rollout.
    Final score 68Confidence 821 evidence itemzero-tech-debt skillschema 3.6.0skill-enhancersSCHEMA_VERSION
    Analyze Evidence
  3. issueMay 19, 2026, 6:45 PM

    Need a first-class docs spot for tap-based third-party AgentHistory replay integration

    A closed issue reports an integration pattern where `tap` consumes `agent.history` to build a deterministic navigation replay plan and asks where to place this as a “third-party integrations” entry in browser-use documentation, since `/docs` and `llms.txt` had no obvious location.

    What ChangedA closed issue reports an integration pattern where `tap` consumes `agent.history` to build a deterministic navigation replay plan and asks where to place this as a “third-party integrations” entry in browser-use documentation, since `/docs` and `llms.txt` had no obvious location.
    Why It MattersDevelopers shipping browser-use ecosystem tools can reduce repeated work and avoid ad-hoc onboarding if this integration path is documented in an obvious third-party section, otherwise each contributor may implement differently and lose time rediscovering where integration guidance lives. The proposed tap workflow specifically points to deterministic replay without re-calling the LLM and a zero-token extraction path on RSS/JSON-LD/agents.json/OpenAPI-backed pages; follow next is whether docs adoption is standardized or remains fragmented across `/docs` and `llms.txt` entries.
    Final score 64Confidence 691 evidence itemAgentHistoryagent.historytap forgeTier 0 sourcethird-party integrationsbrowser-use docs
    Analyze Evidence

Topic Timeline

How the topic has changed over time

3 events
  1. May 19, 2026, 9:16 PM

    pull request

    Open-plugins now supports plugin skills and hooks

    This change updates the Goose open-plugins setup so plugins can define and run skills plus hooks, expanding the extension points available through the plugin system.
    ContributionAdapted upstream plugin changes to generalize Goose’s open-plugins architecture, enabling plugins to expose skill and hook behavior through the framework instead of requiring direct modifications to core code paths.
    ImpactDevelopers extending Goose with plugins can implement richer automation and behavior without changing the core framework, so new capabilities can be delivered as plugin updates instead of framework forks, reducing integration friction and maintenance risk. Technical impact is the generalized open-plugins execution path for skill/hook entry points; teams should monitor whether existing plugins keep working, how hook ordering affects runtime behavior, and whether failures inside hooks are properly isolated.
  2. May 19, 2026, 6:45 PM

    issue

    Need a first-class docs spot for tap-based third-party AgentHistory replay integration

    A closed issue reports an integration pattern where `tap` consumes `agent.history` to build a deterministic navigation replay plan and asks where to place this as a “third-party integrations” entry in browser-use documentation, since `/docs` and `llms.txt` had no obvious location.
    ContributionIdentifies and validates a concrete integration approach that reuses browser-use execution history into a deterministic plan, where `tap` can replay navigation steps and, for Tier 0 sources, complete workflows with no additional LLM tokens.
    ImpactDevelopers shipping browser-use ecosystem tools can reduce repeated work and avoid ad-hoc onboarding if this integration path is documented in an obvious third-party section, otherwise each contributor may implement differently and lose time rediscovering where integration guidance lives. The proposed tap workflow specifically points to deterministic replay without re-calling the LLM and a zero-token extraction path on RSS/JSON-LD/agents.json/OpenAPI-backed pages; follow next is whether docs adoption is standardized or remains fragmented across `/docs` and `llms.txt` entries.
  3. May 17, 2026, 4:42 AM

    release

    zero-tech-debt plugin release adds a dedicated skill aligned to schema 3.6.0

    The 1.0.2 release of `@intentsolutionsio/zero-tech-debt` adds a dedicated zero-tech-debt skill enhancer and synchronizes its definition to schema version 3.6.0, so this package now ships a concrete new capability rather than only maintenance changes.
    ContributionIntroduced the `zero-tech-debt` skill enhancer and updated the skill/package metadata path to the 3.6.0 schema, enabling consistent frontmatter and configuration handling for this plugin.
    ImpactDevelopers and operators using the plugin marketplace can now install and use a new zero-tech-debt skill with less integration friction, because the feature is explicitly packaged and tied to a defined schema version. The immediate follow-up to watch is whether existing consumers that still emit older schema fields or tooling assumptions fail validation, so migration behavior and compatibility of `skill-enhancers` installations should be monitored after rollout.

Evidence Trail

  1. github_pull_request

    aaif-goose/goose PR #9112: feat: open-plugins generalization + skills

    Our open-plugins setup now supports skills and hooks in plugins

    Open Source
  2. github_issue

    browser-use/browser-use Issue #4744: Where do third-party tool integrations belong in docs?

    A maintainer-facing question from an external tool builder: can browser-use add a docs location for a third-party integration that uses `agent.history` + `tap forge <url>`, with deterministic navigation replay and zero-LLM-token execution on Tier 0 pages.

    Open Source
  3. github_release

    @intentsolutionsio/[email protected]

    What changed in this release: feat(skill-enhancers): zero-tech-debt skill + CLAUDE.md sync to schema 3.6.0; feat(schema) and SCHEMA_VERSION updates to 3.6.0.

    Open Source

Source Coverage

github release
1 event · 1 evidence item
3 days ago
github pull request
1 event · 1 evidence item
10 hours ago
github issue
1 event · 1 evidence item
12 hours ago

Subscribe to this topic

Keep tracking Agent Marketplaces and Plugin Ecosystems with weekly digests and high-signal alerts once your account subscription is active.

Sign in to subscribeReview Pro tracking

Watching Next

Agent Marketplaces and Plugin Ecosystems tracks source-backed changes, trend stages, evidence volume, and the signals worth watching over time.

Turn on alerts