Skip to main content

AI AgentTools

Empowering AI agents to bridge the gap between intelligence and action.

AI AgentTools is a comprehensive, open-source toolkit that gives AI agents the hands and eyes they need to interact with the digital world. From automating office workflows to web scraping and data analysis, we're building the foundational layer that transforms conversational AI into productive assistants capable of real-world tasks. Our vision is a future where AI agents seamlessly collaborate with humans, handling the repetitive and complex, freeing people to focus on creativity and strategy.

🚀 Now available on PyPI! Install with pip install ai-agenttools


Comprehensive Semantic Kernel plugins for AI agents to perform PC tasks: File I/O, Office documents (Excel, Word, PowerPoint), PDF operations, CSV/data manipulation, web scraping, and shell commands.

Installation

pip install ai-agenttools

Optional Dependencies

Install specific tool categories as needed:

# All tools
pip install ai-agenttools[all]

# Office suite (Excel, Word, PowerPoint)
pip install ai-agenttools[office]

# Individual tools
pip install ai-agenttools[excel]      # Excel operations
pip install ai-agenttools[word]       # Word documents
pip install ai-agenttools[powerpoint] # PowerPoint presentations
pip install ai-agenttools[pdf]        # PDF operations
pip install ai-agenttools[csv]        # CSV/data manipulation
pip install ai-agenttools[web]        # Web scraping

Usage

from agenttools import (
    FileIOTools,
    ExcelTools,
    WordTools,
    PowerPointTools,
    PDFTools,
    CSVTools,
    WebTools,
    ShellTool
)
from semantic_kernel import Kernel

kernel = Kernel()

# Add plugins as needed
kernel.add_plugin(FileIOTools(), plugin_name="file_io_tools")
kernel.add_plugin(ExcelTools(), plugin_name="excel_tools")
kernel.add_plugin(WordTools(), plugin_name="word_tools")
kernel.add_plugin(PowerPointTools(), plugin_name="powerpoint_tools")
kernel.add_plugin(PDFTools(), plugin_name="pdf_tools")
kernel.add_plugin(CSVTools(), plugin_name="csv_tools")
kernel.add_plugin(WebTools(), plugin_name="web_tools")
kernel.add_plugin(ShellTool(), plugin_name="shell_tool")

Features

FileIOTools (4 functions)

  • ensure_dir - Create directories
  • write_file - Write text files
  • append_file - Append to files
  • read_file - Read text files

ExcelTools (15+ functions)

  • create_workbook - Create Excel files
  • read_sheet - Read Excel data
  • write_cell - Write to cells
  • write_rows - Write multiple rows
  • add_sheet, delete_sheet - Manage worksheets
  • get_cell_value, set_cell_value - Cell operations
  • And more...

WordTools (9 functions)

  • create_word_document - Create Word documents
  • add_heading - Add headings with levels
  • add_paragraph - Add text paragraphs
  • add_table - Create tables
  • set_table_cell - Fill table cells
  • add_bullet_list - Add bulleted lists
  • add_page_break - Insert page breaks
  • read_word_document - Extract text

PowerPointTools (8 functions)

  • create_presentation - Create PowerPoint files
  • add_title_slide - Add title slides
  • add_content_slide - Add slides with bullet points
  • add_blank_slide - Add blank slides
  • add_text_box - Add text boxes to slides
  • get_slide_count - Count slides
  • read_slide_text - Extract slide content

PDFTools (8 functions)

  • create_pdf - Create PDF documents
  • extract_pdf_text - Extract text from PDFs
  • merge_pdfs - Merge multiple PDFs
  • split_pdf - Split PDF into pages
  • extract_pdf_page - Extract specific pages
  • get_pdf_info - Get PDF metadata
  • rotate_pdf_pages - Rotate PDF pages

CSVTools (9 functions)

  • read_csv - Read CSV files
  • get_csv_info - Get CSV metadata
  • filter_csv - Filter rows by column value
  • sort_csv - Sort by column
  • get_column_stats - Statistical analysis
  • merge_csv_files - Combine multiple CSVs
  • select_csv_columns - Select specific columns
  • convert_csv_to_json - CSV to JSON conversion

WebTools (9 functions)

  • fetch_webpage - Download HTML content
  • extract_text_from_url - Extract text from webpages
  • extract_links - Get all hyperlinks
  • extract_images - Get all image URLs
  • download_file - Download files from URLs
  • make_get_request - HTTP GET requests
  • make_post_request - HTTP POST requests
  • find_elements_by_tag - Find HTML elements

ShellTool (1 function)

  • run_shell - Execute shell commands with safety checks
    • Blocks dangerous commands (rm -rf, etc.)

License

CC BY-NC 4.0 - Free for non-commercial use. For commercial licensing, please contact the author.

This software is provided for personal, educational, and research use only. Commercial use requires a separate license.

Release files for ai-agenttools 0.2.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for ai-agenttools 0.2.2
File Size Uploaded
ai_agenttools-0.2.2.tar.gz 16.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for ai-agenttools 0.2.2
File Interpreter ABI Platform
ai_agenttools-0.2.2-py3-none-any.whl Python 3 none any Details

Total release size: 34.7 kB

Release files / ai_agenttools-0.2.2.tar.gz

Download URL ai_agenttools-0.2.2.tar.gz
Size 16.7 kB
Tags Source
SHA-256 checksum
How to use checksums
1229d5c5d135e97d56092ca7e4e0d56a5ceec498c048f716883b0fca6afe7e25
BLAKE2b-256 checksum
How to use checksums
5c946a535961d51aca948205c97e290b92429e18601045b007190e6a4894859b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.0

Release files / ai_agenttools-0.2.2-py3-none-any.whl

Download URL ai_agenttools-0.2.2-py3-none-any.whl
Size 18.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
9ce9aaa0281d9c35fd8017c76c9f09bc0159ea14f221d8096a667ec9153b317c
BLAKE2b-256 checksum
How to use checksums
6c935a51c3c7426285b5e9b5d79e39eb210c9d26727c9dd87d9b49b1b08b5b8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.0

Release history Release notifications | RSS feed

This release

0.2.2 This release

2 release files

0.2.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page