Esta página se muestra en inglés. Una traducción al español está en curso.
ScriptsMay 12, 2026·3 min de lectura

Strands Tools — Built-in Tools for Strands Agents

Strands Agents Tools is a pip-installable tool pack (files, shell, HTTP, memory backends, web search, Slack, browser tooling) with optional extras.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Stage only · 29/100Stage only
Superficie agent
Cualquier agent MCP/CLI
Tipo
Script
Instalación
Manual
Confianza
Confianza: Established
Entrada
pip install strands-agents-tools
Comando CLI universal
npx tokrepo install 24854e7f-79b8-593b-8cb7-f7094660c093
Introducción

Strands Tools is a batteries-included tool pack for Strands Agents: instead of writing one-off wrappers, you install one package and expose a curated set of agent tools (files, shell, HTTP, memory, web, integrations).

Best for: agent builders who want a broad, opinionated tool surface (files/shell/http/memory/web) without assembling many libraries

Works with: Python, Strands Agents SDK, optional backends like Mem0 and browser/search providers

Setup time: 5–15 minutes

Key facts (verified)

  • README lists many tool categories including file ops, shell, HTTP, memory, web search, Slack, and browser automation.
  • Optional extras are installed via pip extras (e.g., mem0_memory, use_browser).
  • GitHub: 1,048 stars · 295 forks; pushed 2026-05-12 (GitHub API verified).

Main

When using broad tool packs, the risk is accidental capability creep. Decide which tools are allowed per environment:

  • Local dev: file + shell tools may be OK.
  • CI: restrict file writes and network.
  • Production: allowlist only the HTTP endpoints and MCP servers you intend.

If you enable dynamic MCP clients, apply the README security warnings and keep a strict allowlist.

README excerpt (verbatim)

Strands Agents Tools

A model-driven approach to building AI agents in just a few lines of code.

GitHub commit activity GitHub open issues GitHub open pull requests License PyPI version Python versions

DocumentationSamplesPython SDKToolsAgent BuilderMCP Server

Strands Agents Tools is a community-driven project that provides a powerful set of tools for your agents to use. It bridges the gap between large language models and practical applications by offering ready-to-use tools for file operations, system execution, API interactions, mathematical operations, and more.

✨ Features

  • 📁 File Operations - Read, write, and edit files with syntax highlighting and intelligent modifications
  • 🖥️ Shell Integration - Execute and interact with shell commands securely
  • 🧠 Memory - Store user and agent memories across agent runs to provide personalized experiences with both Mem0, Amazon Bedrock Knowledge Bases, Elasticsearch, and MongoDB Atlas

FAQ

Q: Is this only for Strands Agents? A: It’s designed for the Strands Agents ecosystem, but the tool modules can inform other agent frameworks too.

Q: How do I install optional integrations? A: Use pip extras as shown in the README (e.g., strands-agents-tools[mem0_memory,...]).

Q: What’s the safety best practice? A: Allowlist tools by environment and keep dynamic tool loading behind strict controls.

🙏

Fuente y agradecimientos

Source: https://github.com/strands-agents/tools > License: Apache-2.0 > GitHub stars: 1,048 · forks: 295

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados