Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@ax-crew/tools-wordpress

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ax-crew/tools-wordpress

WordPress integration for AxCrew agents, enabling automated content management and site administration.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@ax-crew/tools-wordpress

WordPress integration for AxCrew agents, enabling automated content management and site administration.

Installation

First ensure you have the Basic Auth plugin installed on your WordPress site. Then install the package:

npm install @ax-crew/tools-wordpress

Usage

import { WordPressPost, WordPressConfig } from '@ax-crew/tools-wordpress';

// Configure WordPress credentials
const config: WordPressConfig = {
  credentials: {
    url: 'your_wordpress_url',
    username: 'your_username',
    password: 'your_application_password'
  }
};

// Create WordPress instance
const wordPressPost = new WordPressPost(config);

// Register with AxCrew
const customFunctions = {
  WordPressPost: wordPressPost.toFunction()
};
const crew = new AxCrew(AxCrewConfig, customFunctions);

FAQs

Package last updated on 15 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts